New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

update-chunk-links-in-files-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update-chunk-links-in-files-webpack-plugin - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

index.js

@@ -36,5 +36,6 @@ const fs = require('fs');

}
// keep only `chunkInfo`s which were survived the `reduce` calls
chunkNameAntiPatterns.filter(chunkInfo => !!chunkInfo)
// keep only `chunkInfo`s which were survived the `reduce` calls
matchingChunks.filter(chunkInfo => !!chunkInfo)
if(matchingChunks.length > 0) {

@@ -41,0 +42,0 @@

2

package.json
{
"name": "update-chunk-links-in-files-webpack-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "a WebPack plugin which updates chunk links in HTML/PHP/ASPX files",

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

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