Comparing version 1.0.3-1 to 1.0.3
{ | ||
"name": "nkeys.js", | ||
"version": "1.0.3-1", | ||
"version": "1.0.3", | ||
"description": "A public-key signature system based on Ed25519 for the NATS ecosystem in javascript", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"stage": "npm run init && npm run cjs && npm run generate && tsc", | ||
"prepare": "npm run stage && deno bundle modules/esm/mod.ts nkeys.mjs && tsc", | ||
"prepare": "npm run stage && npm run generate && deno bundle modules/esm/mod.ts nkeys.mjs && tsc", | ||
"test": "npm run prepare && ava --verbose && deno test -A --unstable test/", | ||
@@ -17,0 +17,0 @@ "doc": "npm run clean && rm -Rf docs && npm run stage && node_modules/.bin/typedoc --out docs/ && touch ./docs/.nojekyll" |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
108731
2
0