Greasy Fork镜像 is available in English.

CheckChangelogFromGithubRelease

Check ChangeLog from Github Relase page.

< Feedback on CheckChangelogFromGithubRelease

प्रश्न/टिप्पणी

§
पोस्ट केले: 2014-06-19
संपादित केले: 2014-06-28

Strangely formatted, very long lines

Appears to have quite a bit duplicated. All-round suspicious looking code.

azu 2लेखक
§
पोस्ट केले: 2014-06-24
संपादित केले: 2014-06-24

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.

azu 2लेखक
§
पोस्ट केले: 2014-06-24
संपादित केले: 2014-06-24

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.

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.

长期地址
遇到问题?请前往 GitHub 提 Issues。