Socket
Socket
Sign inDemoInstall

ssri

Package Overview
Dependencies
2
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1 to 9.0.0

lib/index.js

2

LICENSE.md
ISC License
Copyright (c) npm, Inc.
Copyright 2021 (c) npm, Inc.

@@ -5,0 +5,0 @@ Permission to use, copy, modify, and/or distribute this software for

{
"name": "ssri",
"version": "8.0.1",
"version": "9.0.0",
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
"main": "index.js",
"files": [],
"main": "lib/index.js",
"files": [
"bin/",
"lib/"
],
"scripts": {
"prerelease": "npm t",
"postrelease": "npm publish",
"prepublishOnly": "git push --follow-tags",
"prepublishOnly": "git push origin --follow-tags",
"posttest": "npm run lint",
"release": "standard-version -s",
"test": "tap",
"coverage": "tap",
"lint": "standard"
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"preversion": "npm test",
"postversion": "npm publish",
"snap": "tap"
},

@@ -20,3 +28,6 @@ "tap": {

},
"repository": "https://github.com/npm/ssri",
"repository": {
"type": "git",
"url": "https://github.com/npm/ssri.git"
},
"keywords": [

@@ -36,7 +47,3 @@ "w3c",

],
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"author": "GitHub Inc.",
"license": "ISC",

@@ -47,9 +54,13 @@ "dependencies": {

"devDependencies": {
"standard": "^16.0.3",
"standard-version": "^9.1.0",
"tap": "^14.10.6"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"tap": "^16.0.1"
},
"engines": {
"node": ">= 8"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2"
}
}

@@ -199,3 +199,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/npm/ssri.svg)](https://travis-ci.org/npm/ssri) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/ssri?svg=true)](https://ci.appveyor.com/project/npm/ssri) [![Coverage Status](https://coveralls.io/repos/github/npm/ssri/badge.svg?branch=latest)](https://coveralls.io/github/npm/ssri?branch=latest)

This is useful when an integrity value may be upgraded with a stronger
algorithm, you wish to prevent accidentally supressing integrity errors by
algorithm, you wish to prevent accidentally suppressing integrity errors by
overwriting the expected integrity value.

@@ -202,0 +202,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