Comparing version 0.0.0 to 2.2.0
{ | ||
"name": "iguazu", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "2.2.0", | ||
"description": "An asynchronous data flow solution for React/Redux applications", | ||
"author": "Maia Teegarden", | ||
"license": "Apache-2.0", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "babel src --out-dir lib", | ||
"lint": "eslint --ignore-path .gitignore --ext js,jsx .", | ||
"prepublish": "npm run build", | ||
"test": "jest", | ||
"posttest": "npm run lint" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"jest": { | ||
"preset": "amex-jest-preset-react" | ||
}, | ||
"dependencies": { | ||
"hoist-non-react-statics": "^1.2.0", | ||
"lodash": "^4.17.4", | ||
"prop-types": "^15.5.10", | ||
"shallowequal": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"amex-jest-preset-react": "^4.0.0-0", | ||
"babel-cli": "^6.24.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-preset-env": "^1.5.1", | ||
"babel-preset-react": "^6.24.1", | ||
"enzyme": "^3.1.1", | ||
"enzyme-to-json": "^3.2.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-amex": "^6.0.0", | ||
"jest": "^21.2.1", | ||
"react": "^16.0.0", | ||
"react-async-bootstrapper": "^1.1.1", | ||
"react-dom": "^16.0.0", | ||
"react-redux": "^5.0.5", | ||
"react-test-renderer": "^16.0.0", | ||
"redux": "^3.6.0", | ||
"redux-thunk": "^2.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
83807
25
1118
1
1
1
325
5
18
2
+ Addedlodash@^4.17.4
+ Addedprop-types@^15.5.10
+ Addedshallowequal@^1.0.1
+ Addedhoist-non-react-statics@1.2.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedshallowequal@1.1.0(transitive)