Socket
Socket
Sign inDemoInstall

webpack-node-externals

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-node-externals - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

5

index.js

@@ -61,3 +61,6 @@ var utils = require('./utils');

// return an externals function
return function (arg1, arg2, arg3) {
return function () {
var arg1 = arguments[0];
var arg2 = arguments[1];
var arg3 = arguments[2];
var context = arg1;

@@ -64,0 +67,0 @@ var request = arg2;

2

package.json
{
"name": "webpack-node-externals",
"version": "2.5.1",
"version": "2.5.2",
"description": "Easily exclude node_modules in Webpack bundle",

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