Socket
Socket
Sign inDemoInstall

assets-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assets-webpack-plugin - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

lib/isHotUpdate.js

4

lib/getChunkMap.js
var getAssetKind = require('./getAssetKind');
var isHotUpdate = require('./isHotUpdate');

@@ -36,2 +37,5 @@ /*

var asset = stringOrArray[a];
if (isHotUpdate(compilerOptions, asset)) {
continue;
}
var kind = getAssetKind(compilerOptions, asset);

@@ -38,0 +42,0 @@ output[kind] = publicPath + asset;

2

package.json
{
"name": "assets-webpack-plugin",
"version": "2.2.2",
"version": "2.2.3",
"description": "Emits a json file with assets paths",

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