Socket
Socket
Sign inDemoInstall

webpack-manifest-resource-plugin

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-manifest-resource-plugin - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

History.md
2.0.2 / 2017-12-13
==================
* fix: comptible low manifest plugin not mapping publicPath
2.0.0 / 2017-12-08

@@ -3,0 +8,0 @@ ==================

3

lib/plugin.js

@@ -129,6 +129,7 @@ var path = require('path');

commonsChunk = commonsChunk.concat(this.opts.commonsChunk);
publicPath = this.opts.proxy ? publicPath.replace(this.opts.host, '') : publicPath;
const depsManifest = this.getDeps(normalizeManifest, commonsChunk);
return Object.assign({}, normalizeManifest, {
deps: depsManifest,
info: { publicPath, buildPath }
info: { publicPath, buildPath, mapped: true}
});

@@ -135,0 +136,0 @@ }

{
"name": "webpack-manifest-resource-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "manifest resource dependencies",

@@ -5,0 +5,0 @@ "keywords": [

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