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.171 to 0.4.172

14

lib/plugins/AngularPlugin.js

@@ -35,4 +35,18 @@ "use strict";

builder.config = spin.merge(builder.config, {
module: {
rules: [
{
test: /\.html$/,
loader: 'html-loader',
options: spin.createConfig(builder, 'html', {})
}
]
},
plugins: [new VirtualModules({ 'node_modules/@virtual/angular-polyfill.js': polyfillCode })]
});
builder.config = spin.merge({
entry: {
index: ['@virtual/angular-polyfill']
}
}, builder.config);
}

@@ -39,0 +53,0 @@ }

2

package.json
{
"name": "spinjs",
"version": "0.4.171",
"version": "0.4.172",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -64,4 +64,22 @@ import * as fs from 'fs';

builder.config = spin.merge(builder.config, {
module: {
rules: [
{
test: /\.html$/,
loader: 'html-loader',
options: spin.createConfig(builder, 'html', {})
}
]
},
plugins: [new VirtualModules({ 'node_modules/@virtual/angular-polyfill.js': polyfillCode })]
});
builder.config = spin.merge(
{
entry: {
index: ['@virtual/angular-polyfill']
}
},
builder.config
);
}

@@ -68,0 +86,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