react-optimistic-toggle
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "react-optimistic-toggle", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "React component to optimistically handle async toggles", | ||
@@ -11,3 +11,8 @@ "main": "lib/OptimisticToggle.js", | ||
"test": "jest", | ||
"build": "babel src -d lib" | ||
"test:watch": "jest --watch", | ||
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch", | ||
"build": "babel src -d lib --ignore 'src/**/*.test.js'", | ||
"docs": "styleguidist server", | ||
"docs:dev": "nodemon -x 'npm run docs' --ignore src/", | ||
"docs:build": "styleguidist build" | ||
}, | ||
@@ -26,8 +31,11 @@ "peerDependencies": { | ||
"@babel/preset-react": "^7.0.0", | ||
"enzyme": "^3.9.0", | ||
"enzyme-adapter-react-16": "^1.12.1", | ||
"babel-loader": "^8.0.6", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"jest": "^24.7.1", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"synchronous-promise": "^2.0.7" | ||
"react": "^16.9.0", | ||
"react-dom": "^16.9.0", | ||
"react-styleguidist": "^9.1.16", | ||
"synchronous-promise": "^2.0.7", | ||
"webpack": "^4.39.3" | ||
}, | ||
@@ -34,0 +42,0 @@ "dependencies": { |
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
1035345
9
2098
16
2