Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "bmlet", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"bin": "cli.js" | ||
} |
@@ -7,3 +7,3 @@ # bmlet | ||
[MIT License](LICENSE.txt) | | ||
v0.0.0 | ||
v1.0.0 | ||
@@ -10,0 +10,0 @@ Bookmarklets don't need to be a mess. The key is insulating yourself from what the browser stores with an encode/decode step. That's what bmlet provides. `bmlet encode` transforms a normal JS file into a bookmarklet, `bmlet decode` recovers the original file. Your code doesn't need to deal with bookmarklet quirks like URI-encoding or the implicit `document.write`, and also gets its own namespace, strict mode, and automatic uncaught error display. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1