react-timer
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "react-timer", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple timer component", | ||
@@ -23,12 +23,11 @@ "main": "lib/Timer.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", | ||
@@ -41,3 +40,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" | ||
}, | ||
@@ -44,0 +43,0 @@ "keywords": [ |
@@ -50,7 +50,12 @@ # react-timer | ||
yarn | ||
npm run dev | ||
yarn dev | ||
## Test | ||
yarn test | ||
## Build | ||
yarn | ||
npm run build | ||
yarn build | ||
## Publish | ||
npm login | ||
@@ -57,0 +62,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
392
69
684219