Socket
Socket
Sign inDemoInstall

ssri

Package Overview
Dependencies
0
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.0 to 6.0.0

20

CHANGELOG.md

@@ -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)

2

index.js
'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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc