Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ssri

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssri - npm Package Compare versions

Comparing version 10.0.5 to 10.0.6

2

lib/index.js

@@ -538,3 +538,3 @@ 'use strict'

},
digest: function (enc) {
digest: function () {
const integrity = algorithms.reduce((acc, algo) => {

@@ -541,0 +541,0 @@ const digest = hashes.shift().digest('base64')

{
"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.",

@@ -16,3 +16,3 @@ "main": "lib/index.js",

"coverage": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",

@@ -32,3 +32,3 @@ "template-oss-apply": "template-oss-apply --force",

"type": "git",
"url": "https://github.com/npm/ssri.git"
"url": "git+https://github.com/npm/ssri.git"
},

@@ -56,3 +56,3 @@ "keywords": [

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.0.1"

@@ -65,5 +65,5 @@ },

"//@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"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc