Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "arc-hash", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ES6 convenience library for hashing arrays, objects, strings as md5 or sha256", | ||
@@ -16,2 +16,10 @@ "main": "index.js", | ||
"license": "ISC", | ||
"keywords": [ | ||
"hash", | ||
"hashing", | ||
"object", | ||
"array", | ||
"md5", | ||
"sha256" | ||
], | ||
"bugs": { | ||
@@ -27,2 +35,2 @@ "url": "https://github.com/anyuzer/arc-hash/issues" | ||
} | ||
} | ||
} |
@@ -56,4 +56,4 @@ # arc-hash [![Build Status](https://travis-ci.org/anyuzer/arc-hash.svg?branch=master)](https://travis-ci.org/anyuzer/arc-hash) | ||
5. This is not incredibly performant, and should not be used for dynamic comparison over potentially large data sets | ||
## Testing | ||
@@ -60,0 +60,0 @@ ``` |
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
93797