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.12 to 0.4.13

2

lib/plugins/WebpackPlugin.js

@@ -30,3 +30,3 @@ "use strict";

else {
var uglifyOpts = { minimize: true };
var uglifyOpts = {};
if (stack.hasAny('angular')) {

@@ -33,0 +33,0 @@ uglifyOpts.mangle = { keep_fnames: true };

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

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

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

} else {
const uglifyOpts: any = { minimize: true };
const uglifyOpts: any = {};
if (stack.hasAny('angular')) {

@@ -31,0 +31,0 @@ // https://github.com/angular/angular/issues/10618

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