Socket
Socket
Sign inDemoInstall

webpack

Package Overview
Dependencies
56
Maintainers
1
Versions
832
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.16 to 0.3.17

8

bin/webpack.js

@@ -59,2 +59,6 @@ #!/usr/bin/env node

.string("watch-delay")
.describe("watch-delay", "Timeout to wait for the last change")
.default("watch", false)
.boolean("progress")

@@ -99,2 +103,6 @@ .describe("progress", "Displays a progress while compiling")

if(argv["watch-delay"]) {
options.watchDelay = parseInt(argv["watch-delay"], 10);
}
if(argv.filenames) {

@@ -101,0 +109,0 @@ options.includeFilenames = true;

2

package.json
{
"name": "webpack",
"version": "0.3.16",
"version": "0.3.17",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Packs CommonJs Modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loading of js, json, jade, coffee, css, ... out of the box and more with custom loaders.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc