New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-transporter

Package Overview
Dependencies
Maintainers
1
Versions
55
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.4 to 0.5.5

4

lib/loader/createAsyncContainer.js

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

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

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

if (!component.displayName && !component.name) {
if (!production && !component.displayName && !component.name) {
// eslint-disable-next-line no-console

@@ -87,0 +89,0 @@ console.warn('Loadable component has no name.');

{
"name": "react-transporter",
"version": "0.5.4",
"version": "0.5.5",
"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