Comparing version 5.3.0 to 6.0.0
@@ -5,2 +5,22 @@ # Change Log | ||
<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> | ||
@@ -7,0 +27,0 @@ # [5.3.0](https://github.com/zkat/ssri/compare/v5.2.4...v5.3.0) (2018-03-13) |
'use strict' | ||
const Buffer = require('safe-buffer').Buffer | ||
const crypto = require('crypto') | ||
@@ -6,0 +4,0 @@ const Transform = require('stream').Transform |
{ | ||
"name": "ssri", | ||
"version": "5.3.0", | ||
"version": "6.0.0", | ||
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", | ||
@@ -39,5 +39,3 @@ "main": "index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"safe-buffer": "^5.1.1" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -44,0 +42,0 @@ "nyc": "^11.4.1", |
@@ -192,3 +192,3 @@ # ssri [![npm version](https://img.shields.io/npm/v/ssri.svg)](https://npm.im/ssri) [![license](https://img.shields.io/npm/l/ssri.svg)](https://npm.im/ssri) [![Travis](https://img.shields.io/travis/zkat/ssri.svg)](https://travis-ci.org/zkat/ssri) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/ssri?svg=true)](https://ci.appveyor.com/project/zkat/ssri) [![Coverage Status](https://coveralls.io/repos/github/zkat/ssri/badge.svg?branch=latest)](https://coveralls.io/github/zkat/ssri?branch=latest) | ||
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). | ||
@@ -195,0 +195,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
40772
0
355
- Removedsafe-buffer@^5.1.1
- Removedsafe-buffer@5.2.1(transitive)