react-infinite-loader
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-infinite-loader", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An infinite loader react component", | ||
@@ -24,12 +24,11 @@ "main": "lib/InfiniteLoader.js", | ||
"@babel/preset-react": "7.0.0", | ||
"babel-jest": "^24.7.1", | ||
"babel-loader": "8.0.5", | ||
"babel-tape-runner": "^3.0.0", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"expect": "24.1.0", | ||
"html-webpack-plugin": "3.2.0", | ||
"jest": "^24.7.1", | ||
"jsdom": "13.2.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"tape": "4.10.1", | ||
"webpack": "4.29.4", | ||
@@ -42,3 +41,3 @@ "webpack-cli": "3.2.3", | ||
"dev": "webpack-dev-server --mode=development --port 3000 --inline --hot --config example/webpack.config", | ||
"test": "babel-tape-runner test/*.js" | ||
"test": "jest" | ||
}, | ||
@@ -45,0 +44,0 @@ "keywords": [ |
@@ -92,7 +92,12 @@ # react-infinite-loader | ||
yarn | ||
npm run dev | ||
yarn dev | ||
## Test | ||
yarn test | ||
## Build | ||
yarn | ||
npm run build | ||
yarn build | ||
## Publish | ||
npm login | ||
@@ -99,0 +104,0 @@ npm version patch |
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
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
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
16
17
691
111
558982