你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/2602-checkchangelogfromgithubrelease/discussions/11124,源站連結 點此以跳轉。
Check ChangeLog from Github Relase page.
< 脚本 CheckChangelogFromGithubRelease 的反馈
Yes, this script was generated with browserify.
* https://github.com/azu/check_changelog_from_release
I think Greasemonkey's @require hard to create modular script.(Each module must has URL...)
So, I have created this script with browserify by way of experiment.
JavaScript doesn't have module system(without ES6 module).
Browserify can bundle up all of the script depencies.( bundle = depencies.concat([aModule, bModule]) )
These modules are my code and code on npm.
> And is code on npmjs.org reviewed by someone
No, npm can publish a package without need for review.
https://www.npmjs.org/doc/cli/npm-publish.html
I think It's difficult to ensure confidence about code on npm.
Strangely formatted, very long lines
Appears to have quite a bit duplicated. All-round suspicious looking code.