Socket
Socket
Sign inDemoInstall

webpack-core

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-core - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

lib/NormalModuleMixin.js

@@ -87,2 +87,5 @@ /*

},
dependency: function(file) {
this.fileDependencies.push(file);
}.bind(this),
addDependency: function(file) {

@@ -89,0 +92,0 @@ this.fileDependencies.push(file);

2

package.json
{
"name": "webpack-core",
"version": "0.1.3",
"version": "0.1.4",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "The core of webpack and enhanced-require.",

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