Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spinjs

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spinjs - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

7

lib/plugins/WebpackPlugin.js

@@ -149,2 +149,9 @@ "use strict";

}
else {
config = __assign({}, config, { node: {
fs: 'empty',
net: 'empty',
tls: 'empty'
} });
}
if (stack.hasAny('dll')) {

@@ -151,0 +158,0 @@ var name = "vendor_" + builder.parent.name;

2

package.json
{
"name": "spinjs",
"version": "0.4.4",
"version": "0.4.5",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "rm -rf ./lib",

@@ -176,2 +176,11 @@ import * as path from 'path';

}
} else {
config = {
...config,
node: {
fs: 'empty',
net: 'empty',
tls: 'empty'
},
}
}

@@ -178,0 +187,0 @@

Sorry, the diff of this file is not supported yet

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