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.1.15 to 0.1.16

2

lib/executor.js

@@ -145,2 +145,3 @@ "use strict";

var config = builder.config;
config.plugins.push(frontendVirtualModules);
var logger = minilog("webpack-for-" + config.name);

@@ -293,3 +294,2 @@ try {

config.output.path = '/';
config.plugins.push(frontendVirtualModules);
var vendorHashesJson, vendorSourceListMap, vendorSource, vendorMap;

@@ -296,0 +296,0 @@ if (options.webpackDll && builder.child) {

{
"name": "spinjs",
"version": "0.1.15",
"version": "0.1.16",
"scripts": {

@@ -5,0 +5,0 @@ "compile": "tsc",

@@ -40,2 +40,5 @@ <p align="center"><a href="#"><img width="150" src="https://rawgit.com/sysgears/spin.js/master/logo.svg"></a></p>

## Concepts
## Contributors

@@ -42,0 +45,0 @@

@@ -128,2 +128,4 @@ import * as http from 'http';

config.plugins.push(frontendVirtualModules);
const logger = minilog(`webpack-for-${config.name}`);

@@ -277,4 +279,2 @@ try {

config.plugins.push(frontendVirtualModules);
let vendorHashesJson, vendorSourceListMap, vendorSource, vendorMap;

@@ -281,0 +281,0 @@ if (options.webpackDll && builder.child) {

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