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

react-lazy-loadable

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lazy-loadable - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

lib/index.js

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

};
_this._loadModule();
return _this;

@@ -169,5 +171,4 @@ }

LoadableComponent.prototype.UNSAFE_componentWillMount = function UNSAFE_componentWillMount() {
LoadableComponent.prototype.componentDidMount = function componentDidMount() {
this._mounted = true;
this._loadModule();
};

@@ -174,0 +175,0 @@

2

package.json
{
"name": "react-lazy-loadable",
"version": "1.0.1",
"version": "1.0.2",
"description": "A higher order component for loading components with promises",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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