Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-transporter

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-transporter - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

7

lib/loader/createAsyncContainer.js

@@ -60,4 +60,2 @@ 'use strict';

var production = process.env.NODE_ENV === 'production';
var getAsyncOptions = function getAsyncOptions(options) {

@@ -86,7 +84,2 @@ if (options && options.async) {

if (!production && !component.displayName && !component.name) {
// eslint-disable-next-line no-console
console.warn('Loadable component has no name.');
}
var hasCodeSplit = component.name && component.bundle;

@@ -93,0 +86,0 @@ var name = component.displayName || component.name || 'Component';

2

package.json
{
"name": "react-transporter",
"version": "0.5.5",
"version": "0.5.6",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "description": "React.js Redux GraphQL client",

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