fluxible-addons-react
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
{ | ||
"name": "fluxible-addons-react", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "Fluxible addons for use with React", | ||
"main": "dist/index.js", | ||
"main": "dist/lib/index.js", | ||
"module": "dist/es/index.js", | ||
"repository": { | ||
@@ -11,3 +12,5 @@ "type": "git", | ||
"scripts": { | ||
"dist": "../../node_modules/.bin/babel --root-mode upward src -d dist", | ||
"dist": "rm -rf dist && npm run dist:commonjs && npm run dist:es", | ||
"dist:commonjs": "../../node_modules/.bin/babel --root-mode upward --env-name commonjs src -d dist/lib", | ||
"dist:es": "../../node_modules/.bin/babel --root-mode upward --env-name es src -d dist/es", | ||
"precover": "npm run dist", | ||
@@ -21,2 +24,3 @@ "prepublish": "npm run dist", | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.0", | ||
"hoist-non-react-statics": "^3.3.2", | ||
@@ -23,0 +27,0 @@ "prop-types": "^15.7.2" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
680
34094
6
18
+ Added@babel/runtime@^7.14.0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)