Socket
Socket
Sign inDemoInstall

webpack-subresource-integrity

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-subresource-integrity - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

index.js

@@ -131,3 +131,3 @@ var crypto = require('crypto');

Array.forEach(Object.values(assets), function forEachAsset(asset) {
Object.values(assets).forEach(function forEachAsset(asset) {
if (!asset.integrity) {

@@ -134,0 +134,0 @@ asset.integrity = computeIntegrity(asset.source());

{
"name": "webpack-subresource-integrity",
"version": "0.3.0",
"version": "0.3.1",
"description": "Webpack plugin for ensuring subresource integrity",

@@ -5,0 +5,0 @@ "main": "index",

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