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.3.5 to 0.3.6

4

lib/createConfig.js

@@ -42,2 +42,4 @@ "use strict";

new ReactHotLoaderPlugin_1.default(),
new TCombPlugin_1.default(),
new FlowRuntimePlugin_1.default(),
new ReactNativePlugin_1.default(),

@@ -47,4 +49,2 @@ new ReactNativeWebPlugin_1.default(),

new AngularPlugin_1.default(),
new TCombPlugin_1.default(),
new FlowRuntimePlugin_1.default(),
];

@@ -51,0 +51,0 @@ var config = new configRc_1.default(plugins);

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

};
builder.config.resolve.extensions = ["." + stack.platform + ".", '.native', '.']
builder.config.resolve.extensions = ["." + stack.platform + ".", '.native.', '.']
.map(function (prefix) { return jsRuleFinder_1.extensions.map(function (ext) { return prefix + ext; }); })

@@ -60,0 +60,0 @@ .reduce(function (acc, val) { return acc.concat(val); });

{
"name": "spinjs",
"version": "0.3.5",
"version": "0.3.6",
"scripts": {

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

@@ -38,2 +38,4 @@ import * as fs from 'fs';

new ReactHotLoaderPlugin(),
new TCombPlugin(),
new FlowRuntimePLugin(),
new ReactNativePlugin(),

@@ -43,4 +45,2 @@ new ReactNativeWebPlugin(),

new AngularPlugin(),
new TCombPlugin(),
new FlowRuntimePLugin(),
];

@@ -47,0 +47,0 @@ const config = new ConfigRc(plugins);

@@ -67,3 +67,3 @@ import * as path from 'path';

builder.config.resolve.extensions = [`.${stack.platform}.`, '.native', '.']
builder.config.resolve.extensions = [`.${stack.platform}.`, '.native.', '.']
.map(prefix => jsRuleFinder.extensions.map(ext => prefix + ext))

@@ -70,0 +70,0 @@ .reduce((acc, val) => acc.concat(val));

Sorry, the diff of this file is not supported yet

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