Comparing version 1.0.1-3 to 1.0.2
{ | ||
"name": "nkeys.js", | ||
"version": "1.0.1-3", | ||
"version": "1.0.2", | ||
"description": "A public-key signature system based on Ed25519 for the NATS ecosystem in javascript", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"prepare": "npm run stage && deno bundle modules/esm/mod.ts nkeys.mjs && tsc", | ||
"test": "npm run prepare && ava --verbose && deno test --allow-env test/", | ||
"test": "npm run prepare && ava --verbose && deno test -A --unstable test/", | ||
"doc": "npm run clean && rm -Rf docs && npm run stage && node_modules/.bin/typedoc --out docs/ && touch ./docs/.nojekyll" | ||
@@ -18,0 +18,0 @@ }, |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
2