Comparing version 10.0.5 to 10.0.6
@@ -538,3 +538,3 @@ 'use strict' | ||
}, | ||
digest: function (enc) { | ||
digest: function () { | ||
const integrity = algorithms.reduce((acc, algo) => { | ||
@@ -541,0 +541,0 @@ const digest = hashes.shift().digest('base64') |
{ | ||
"name": "ssri", | ||
"version": "10.0.5", | ||
"version": "10.0.6", | ||
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"coverage": "tap", | ||
"lint": "eslint \"**/*.js\"", | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"postlint": "template-oss-check", | ||
@@ -32,3 +32,3 @@ "template-oss-apply": "template-oss-apply --force", | ||
"type": "git", | ||
"url": "https://github.com/npm/ssri.git" | ||
"url": "git+https://github.com/npm/ssri.git" | ||
}, | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.18.0", | ||
"@npmcli/template-oss": "4.22.0", | ||
"tap": "^16.0.1" | ||
@@ -65,5 +65,5 @@ }, | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.18.0", | ||
"version": "4.22.0", | ||
"publish": "true" | ||
} | ||
} |
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
38738