Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@particles/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particles/checkbox - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.babelrc

16

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc