Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "varintes", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "Unsigned Varint encoding and decoding, exposed as ESModule", | ||
@@ -31,7 +31,2 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/jest", | ||
"build": "./node_modules/.bin/tsc --project tsconfig.build.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
@@ -45,3 +40,7 @@ "@types/jest": "^27.0.3", | ||
"uint8arrays": "^3.0.0" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/jest", | ||
"build": "./node_modules/.bin/tsc --project tsconfig.build.json" | ||
} | ||
} | ||
} |
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
16801