Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-04-13 00:07:10 +0300
committerRebecca Turner <me@re-becca.org>2018-04-13 00:09:53 +0300
commit77dac72dfdb6add66ec859a949b1d2d788a379b7 (patch)
tree220376596f9ad9f4b8338106dd4e9e5af3856422 /node_modules/ssri
parente7f869c36ec1dacb630e5ab749eb3bb466193f01 (diff)
ssri@6.0.0
Credit: @zkat
Diffstat (limited to 'node_modules/ssri')
-rw-r--r--node_modules/ssri/CHANGELOG.md20
-rw-r--r--node_modules/ssri/README.md2
-rw-r--r--node_modules/ssri/index.js2
-rw-r--r--node_modules/ssri/package.json31
4 files changed, 33 insertions, 22 deletions
diff --git a/node_modules/ssri/CHANGELOG.md b/node_modules/ssri/CHANGELOG.md
index 5c0689488..a56594ae6 100644
--- a/node_modules/ssri/CHANGELOG.md
+++ b/node_modules/ssri/CHANGELOG.md
@@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<a name="6.0.0"></a>
+# [6.0.0](https://github.com/zkat/ssri/compare/v5.3.0...v6.0.0) (2018-04-09)
+
+
+### Bug Fixes
+
+* **docs:** minor typo ([b71ef17](https://github.com/zkat/ssri/commit/b71ef17))
+
+
+### meta
+
+* drop support for node@4 ([d9bf359](https://github.com/zkat/ssri/commit/d9bf359))
+
+
+### BREAKING CHANGES
+
+* node@4 is no longer supported
+
+
+
<a name="5.3.0"></a>
# [5.3.0](https://github.com/zkat/ssri/compare/v5.2.4...v5.3.0) (2018-03-13)
diff --git a/node_modules/ssri/README.md b/node_modules/ssri/README.md
index a6c07e740..c250961bd 100644
--- a/node_modules/ssri/README.md
+++ b/node_modules/ssri/README.md
@@ -189,7 +189,7 @@ desktopIntegrity.concat(mobileIntegrity)
Returns the string representation of an `Integrity` object. All hash entries
will be concatenated in the string by `opts.sep`, which defaults to `' '`.
-If you want to serialize an object that didn't from from an `ssri` function,
+If you want to serialize an object that didn't come from an `ssri` function,
use [`ssri.stringify()`](#stringify).
If `opts.strict` is true, the integrity string will be created using strict
diff --git a/node_modules/ssri/index.js b/node_modules/ssri/index.js
index ff7881f7c..d4c9e49c4 100644
--- a/node_modules/ssri/index.js
+++ b/node_modules/ssri/index.js
@@ -1,7 +1,5 @@
'use strict'
-const Buffer = require('safe-buffer').Buffer
-
const crypto = require('crypto')
const Transform = require('stream').Transform
diff --git a/node_modules/ssri/package.json b/node_modules/ssri/package.json
index abfc47626..42338fbaf 100644
--- a/node_modules/ssri/package.json
+++ b/node_modules/ssri/package.json
@@ -1,32 +1,27 @@
{
- "_from": "ssri@5.3.0",
- "_id": "ssri@5.3.0",
+ "_from": "ssri@6.0.0",
+ "_id": "ssri@6.0.0",
"_inBundle": false,
- "_integrity": "sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ==",
+ "_integrity": "sha512-zYOGfVHPhxyzwi8MdtdNyxv3IynWCIM4jYReR48lqu0VngxgH1c+C6CmipRdJ55eVByTJV/gboFEEI7TEQI8DA==",
"_location": "/ssri",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "ssri@5.3.0",
+ "raw": "ssri@6.0.0",
"name": "ssri",
"escapedName": "ssri",
- "rawSpec": "5.3.0",
+ "rawSpec": "6.0.0",
"saveSpec": null,
- "fetchSpec": "5.3.0"
+ "fetchSpec": "6.0.0"
},
"_requiredBy": [
"#USER",
- "/",
- "/cacache",
- "/npm-profile/make-fetch-happen",
- "/npm-registry-client",
- "/pacote",
- "/pacote/make-fetch-happen"
+ "/"
],
- "_resolved": "https://registry.npmjs.org/ssri/-/ssri-5.3.0.tgz",
- "_shasum": "ba3872c9c6d33a0704a7d71ff045e5ec48999d06",
- "_spec": "ssri@5.3.0",
+ "_resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.0.tgz",
+ "_shasum": "fc21bfc90e03275ac3e23d5a42e38b8a1cbc130d",
+ "_spec": "ssri@6.0.0",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Kat Marchán",
@@ -44,9 +39,7 @@
]
}
},
- "dependencies": {
- "safe-buffer": "^5.1.1"
- },
+ "dependencies": {},
"deprecated": false,
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
"devDependencies": {
@@ -91,5 +84,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "5.3.0"
+ "version": "6.0.0"
}