multihashes-sync
Advanced tools
Comparing version 0.0.8 to 1.0.0
{ | ||
"name": "multihashes-sync", | ||
"version": "0.0.8", | ||
"version": "1.0.0", | ||
"description": "Synchronous SHA256, SHA512 multihashes", | ||
@@ -40,2 +40,7 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/tsm ./node_modules/uvu/bin.js . .+\\.test\\.ts", | ||
"build": "./node_modules/.bin/tsc --project tsconfig.build.json", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"devDependencies": { | ||
@@ -52,7 +57,3 @@ "@types/node": "^18.7.23", | ||
"multiformats": "^9.9.0" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/tsm ./node_modules/uvu/bin.js . .+\\.test\\.ts", | ||
"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
3844
1