Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="3.0.1"></a> | ||
## [3.0.1](https://github.com/zkat/ssri/compare/v3.0.0...v3.0.1) (2017-04-03) | ||
### Bug Fixes | ||
* **package.json:** really should have these in the keywords because search ([a6ac6d0](https://github.com/zkat/ssri/commit/a6ac6d0)) | ||
<a name="3.0.0"></a> | ||
@@ -7,0 +17,0 @@ # [3.0.0](https://github.com/zkat/ssri/compare/v2.0.0...v3.0.0) (2017-04-03) |
{ | ||
"name": "ssri", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", | ||
@@ -27,2 +27,5 @@ "main": "index.js", | ||
"subresource integrity", | ||
"sri", | ||
"sri string", | ||
"sri generator", | ||
"html" | ||
@@ -29,0 +32,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
30723