cross-sha256
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,8 @@ | ||
## [1.1.2](https://github.com/zone117x/cross-sha256/compare/v1.1.1...v1.1.2) (2020-08-19) | ||
### Bug Fixes | ||
* exclude 'crypto' from package.json browser ([2d327f6](https://github.com/zone117x/cross-sha256/commit/2d327f6557d73fa97a3d39b06c464cb152aa633a)) | ||
## [1.1.1](https://github.com/zone117x/cross-sha256/compare/v1.1.0...v1.1.1) (2020-08-19) | ||
@@ -2,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "SHA-256 hash in pure javascript", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/zone117x/cross-sha256", | ||
@@ -12,2 +12,5 @@ "repository": { | ||
}, | ||
"browser": { | ||
"crypto": false | ||
}, | ||
"dependencies": { | ||
@@ -14,0 +17,0 @@ "@types/node": "^8.0.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
22059