Socket
Socket
Sign inDemoInstall

@uiw/react-checkbox

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-checkbox - npm Package Compare versions

Comparing version 4.0.0-alpha.6 to 4.0.0-alpha.7

21

package.json
{
"name": "@uiw/react-checkbox",
"version": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"description": "Checkbox component",

@@ -21,15 +21,2 @@ "author": "Kenny Wong <wowohoo@qq.com>",

},
"scripts": {
"build": "npm run build:ts && npm run build:types && npm run build:css",
"build:ts": "tsbb build --target react",
"build:css": "compile-less -d src -o lib/esm",
"build:types": "npm run types:esm && npm run types:cjs",
"watch": "npm run watch:ts & npm run watch:types",
"watch:ts": "tsbb watch --target react --env-name esm:dev --env-name cjs",
"watch:types": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
"types:esm": "tsbb types --outDir lib/esm --target ESNEXT",
"types:cjs": "tsbb types --outDir lib/cjs --target ESNEXT",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
"keywords": [

@@ -60,4 +47,4 @@ "checkbox",

"dependencies": {
"@uiw/react-radio": "^4.0.0-alpha.6",
"@uiw/utils": "^4.0.0-alpha.6",
"@uiw/react-radio": "^4.0.0-alpha.7",
"@uiw/utils": "^4.0.0-alpha.7",
"classnames": "^2.2.6"

@@ -73,3 +60,3 @@ },

},
"gitHead": "481104fcd439b601d00bd9aea5cb104b9b07052d"
"gitHead": "30749818830c4b134ec24b185c6fa1a37706d520"
}
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