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.173-alpha.0 to 0.4.173-alpha.1

2

lib/plugins/ReactNativePlugin.js

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

.slice(0, -1)),
exclude: /node_modules\/(?!react-native.*|@expo|expo|lottie-react-native|haul|pretty-format|react-navigation|antd-mobile-rn)$/,
exclude: /node_modules[\\\/](?!react-native.*|@module|@expo|expo|lottie-react-native|haul|pretty-format|react-navigation|antd-mobile-rn)$/,
use: {

@@ -69,0 +69,0 @@ loader: builder.require.probe('heroku-babel-loader') ? 'heroku-babel-loader' : 'babel-loader',

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

}
this.jsRule = { test: /\.js$/ };
this.jsRule = { test: /\.js$/, exclude: /node_modules[\\\/](?!@module)/ };
this.builder.config.module.rules = this.builder.config.module.rules.concat(this.jsRule);

@@ -55,3 +55,3 @@ return this.jsRule;

}
this.tsRule = { test: /\.ts$/ };
this.tsRule = { test: /\.ts$/, exclude: /node_modules[\\\/](?!@module)/ };
this.builder.config.module.rules = this.builder.config.module.rules.concat(this.tsRule);

@@ -58,0 +58,0 @@ return this.tsRule;

{
"name": "spinjs",
"version": "0.4.173-alpha.0",
"version": "0.4.173-alpha.1",
"main": "lib/index.js",

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

@@ -78,3 +78,3 @@ import * as fs from 'fs';

),
exclude: /node_modules\/(?!react-native.*|@expo|expo|lottie-react-native|haul|pretty-format|react-navigation|antd-mobile-rn)$/,
exclude: /node_modules[\\\/](?!react-native.*|@module|@expo|expo|lottie-react-native|haul|pretty-format|react-navigation|antd-mobile-rn)$/,
use: {

@@ -81,0 +81,0 @@ loader: builder.require.probe('heroku-babel-loader') ? 'heroku-babel-loader' : 'babel-loader',

@@ -34,3 +34,3 @@ import { Builder } from '../../Builder';

}
this.jsRule = { test: /\.js$/ };
this.jsRule = { test: /\.js$/, exclude: /node_modules[\\\/](?!@module)/ };
this.builder.config.module.rules = this.builder.config.module.rules.concat(this.jsRule);

@@ -65,3 +65,3 @@ return this.jsRule;

}
this.tsRule = { test: /\.ts$/ };
this.tsRule = { test: /\.ts$/, exclude: /node_modules[\\\/](?!@module)/ };
this.builder.config.module.rules = this.builder.config.module.rules.concat(this.tsRule);

@@ -68,0 +68,0 @@ return this.tsRule;

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