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.11 to 0.4.12

3

lib/plugins/WebpackPlugin.js

@@ -34,3 +34,4 @@ "use strict";

}
plugins.push(new webpack.optimize.UglifyJsPlugin(uglifyOpts));
var UglifyJsPlugin = requireModule_1.default('uglifyjs-webpack-plugin');
plugins.push(new UglifyJsPlugin(uglifyOpts));
var loaderOpts = { minimize: true };

@@ -37,0 +38,0 @@ if (stack.hasAny('angular')) {

{
"name": "spinjs",
"version": "0.4.11",
"version": "0.4.12",
"scripts": {

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

@@ -33,3 +33,4 @@ import * as ip from 'ip';

}
plugins.push(new webpack.optimize.UglifyJsPlugin(uglifyOpts));
const UglifyJsPlugin = requireModule('uglifyjs-webpack-plugin');
plugins.push(new UglifyJsPlugin(uglifyOpts));
const loaderOpts: any = { minimize: true };

@@ -36,0 +37,0 @@ if (stack.hasAny('angular')) {

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