json-fingerprint
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0
{ | ||
"name": "json-fingerprint", | ||
"type": "module", | ||
"version": "1.0.0-rc.1", | ||
"description": "JSON fingerprint", | ||
"version": "1.0.0", | ||
"description": "JSON fingerprint - create an unique hash for JSON data based on structure and value types", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/chimurai/json-fingerprint.git" | ||
"url": "git+https://github.com/chimurai/json-fingerprint.git" | ||
}, | ||
@@ -21,3 +21,5 @@ "author": "chimurai", | ||
"main": "src/main.mjs", | ||
"files": ["src"], | ||
"files": [ | ||
"src" | ||
], | ||
"scripts": { | ||
@@ -24,0 +26,0 @@ "clean": "rm -rf coverage", |
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
5676
1