react-accio
Advanced tools
Comparing version 1.1.0 to 2.0.0-next.0
{ | ||
"name": "react-accio", | ||
"version": "1.1.0", | ||
"version": "2.0.0-next.0", | ||
"description": "Declaratively fetch multiple APIs with a single React component.", | ||
"main": "dist/Accio.cjs.js", | ||
"module": "dist/Accio.esm.js", | ||
"main": "dist/index.js", | ||
"keywords": [ | ||
@@ -20,31 +19,28 @@ "react", | ||
"peerDependencies": { | ||
"react": "^16.3.2" | ||
"react": "^16.8" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3", | ||
"hoist-non-react-statics": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-jest": "^23.0.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-flow": "^6.23.0", | ||
"babel-preset-react": "^6.24.1", | ||
"dom-testing-library": "^2.3.2", | ||
"@babel/cli": "^7.4.3", | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-proposal-class-properties": "^7.4.0", | ||
"@babel/plugin-transform-runtime": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-jest": "^24.7.1", | ||
"flow-bin": "^0.78.0", | ||
"jest": "^23.0.1", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"react-testing-library": "^3.1.3", | ||
"rollup": "^0.61.0", | ||
"rollup-plugin-babel": "^3.0.3" | ||
"jest": "^24.7.1", | ||
"jest-dom": "^3.1.3", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-testing-library": "^3.1.3" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "babel src -d dist --ignore \"**/__tests__/**/*.js\"", | ||
"dev": "rollup -c -w", | ||
"test": "jest", | ||
"pretest": "npm run build", | ||
"flow": "flow" | ||
@@ -51,0 +47,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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
14
12
27838
3
464
1
+ Added@babel/runtime@^7.4.3
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)