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

chunk-manifest-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.1 to 0.1.0

2

lib/ChunkManifestPlugin.js

@@ -19,3 +19,3 @@ var RawSource = require("webpack-core/lib/RawSource");

mainTemplate.plugin("require-ensure", function(_, chunk, hash) {
var filename = this.outputOptions.filename;
var filename = this.outputOptions.chunkFilename || this.outputOptions.filename;
var chunkManifest;

@@ -22,0 +22,0 @@

{
"name": "chunk-manifest-webpack-plugin",
"version": "0.0.1",
"version": "0.1.0",
"description": "Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.",

@@ -9,7 +9,3 @@ "main": "lib/ChunkManifestPlugin.js",

},
"author": {
"name": "Jason Anderson",
"email": "diurnalist@gmail.com",
"url": "http://diurnal.st"
},
"author": "Jason Anderson <diurnalist@gmail.com> (http://diurnal.st)",
"license": "MIT",

@@ -21,3 +17,18 @@ "dependencies": {

"webpack": "^1.4.0-beta6"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/diurnalist/chunk-manifest-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/diurnalist/chunk-manifest-webpack-plugin/issues"
},
"homepage": "https://github.com/diurnalist/chunk-manifest-webpack-plugin#readme",
"devDependencies": {},
"keywords": [
"webpack",
"chunk",
"manifest",
"plugin"
]
}
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