Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
0
my-app/node_modules/ssri/LICENSE.md
generated
vendored
Executable file → Normal file
0
my-app/node_modules/ssri/LICENSE.md
generated
vendored
Executable file → Normal file
0
my-app/node_modules/ssri/README.md
generated
vendored
Executable file → Normal file
0
my-app/node_modules/ssri/README.md
generated
vendored
Executable file → Normal file
2
my-app/node_modules/ssri/lib/index.js
generated
vendored
Executable file → Normal file
2
my-app/node_modules/ssri/lib/index.js
generated
vendored
Executable file → Normal file
|
@ -535,7 +535,7 @@ function createIntegrity (opts) {
|
|||
hashes.forEach(h => h.update(chunk, enc))
|
||||
return this
|
||||
},
|
||||
digest: function (enc) {
|
||||
digest: function () {
|
||||
const integrity = algorithms.reduce((acc, algo) => {
|
||||
const digest = hashes.shift().digest('base64')
|
||||
const hash = new Hash(
|
||||
|
|
10
my-app/node_modules/ssri/package.json
generated
vendored
Executable file → Normal file
10
my-app/node_modules/ssri/package.json
generated
vendored
Executable file → Normal file
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
@ -13,7 +13,7 @@
|
|||
"posttest": "npm run lint",
|
||||
"test": "tap",
|
||||
"coverage": "tap",
|
||||
"lint": "eslint \"**/*.js\"",
|
||||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
|
||||
"postlint": "template-oss-check",
|
||||
"template-oss-apply": "template-oss-apply --force",
|
||||
"lintfix": "npm run lint -- --fix",
|
||||
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/npm/ssri.git"
|
||||
"url": "git+https://github.com/npm/ssri.git"
|
||||
},
|
||||
"keywords": [
|
||||
"w3c",
|
||||
|
@ -51,7 +51,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@npmcli/eslint-config": "^4.0.0",
|
||||
"@npmcli/template-oss": "4.18.0",
|
||||
"@npmcli/template-oss": "4.22.0",
|
||||
"tap": "^16.0.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -59,7 +59,7 @@
|
|||
},
|
||||
"templateOSS": {
|
||||
"//@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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue