react-loader
Advanced tools
Comparing version 2.4.6 to 2.4.7
@@ -60,3 +60,3 @@ (function (root, factory) { | ||
componentWillReceiveProps: function (nextProps) { | ||
UNSAFE_componentWillReceiveProps: function (nextProps) { | ||
this.updateState(nextProps); | ||
@@ -63,0 +63,0 @@ }, |
@@ -60,3 +60,3 @@ (function (root, factory) { | ||
componentWillReceiveProps: function (nextProps) { | ||
UNSAFE_componentWillReceiveProps: function (nextProps) { | ||
this.updateState(nextProps); | ||
@@ -63,0 +63,0 @@ }, |
{ | ||
"name": "react-loader", | ||
"description": "React component that displays a spinner via spin.js until your component is loaded", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"main": "lib/react-loader.js", | ||
@@ -46,6 +46,6 @@ "scripts": { | ||
"devDependencies": { | ||
"browserify": "^5.9.1", | ||
"browserify": "^16.5.0", | ||
"chai": "^1.9.1", | ||
"es6-shim": "0.35.3", | ||
"mocha": "^2.4.5", | ||
"mocha": "^7.0.1", | ||
"mocha-phantomjs": "^4.0.2", | ||
@@ -52,0 +52,0 @@ "react": "^15.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46348