@particles/checkbox
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@particles/checkbox", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Checkbox Component", | ||
@@ -9,4 +9,10 @@ "main": "index.js", | ||
"prod": "NODE_ENV='production' webpack --progress --colors -p", | ||
"sandbox": "NODE_ENV='development' webpack-dev-server --progress --colors --hot --inline ./sandbox/sandbox.jsx --config webpack.dev.config.js --content-base ./../sandbox" | ||
"sandbox": "NODE_ENV='development' webpack-dev-server --progress --colors --hot --inline ./sandbox/sandbox.jsx --config webpack.dev.config.js --content-base ./../sandbox", | ||
"test": "jest --coverage" | ||
}, | ||
"jest": { | ||
"moduleNameMapper": { | ||
"\\.(css|scss|sass)$": "identity-obj-proxy" | ||
} | ||
}, | ||
"repository": { | ||
@@ -30,2 +36,3 @@ "type": "git", | ||
"babel-core": "^6.25.0", | ||
"babel-jest": "^21.2.0", | ||
"babel-loader": "^7.1.1", | ||
@@ -35,2 +42,3 @@ "babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-latest": "^6.24.1", | ||
@@ -41,4 +49,8 @@ "babel-preset-react": "^6.24.1", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | ||
"enzyme": "^2.9.1", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^21.2.1", | ||
"node-sass": "^4.5.3", | ||
"react-dom": "^15.6.2", | ||
"react-test-renderer": "^16.0.0", | ||
"sass-loader": "^6.0.6", | ||
@@ -45,0 +57,0 @@ "style-loader": "^0.18.2", |
@@ -7,3 +7,6 @@ # Checkbox | ||
##### 1.0.1 | ||
- Add unit tests, CSS module mocking, and code coverage reporting. | ||
### 1.0.0 | ||
- Initial commit |
Sorry, the diff of this file is not supported yet
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
246381
15
212
12
24
2