New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bee-checkbox

Package Overview
Dependencies
Maintainers
15
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-checkbox - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

.github/workflows/publish.yml

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [2.0.11](https://github.com/tinper-bee/checkbox/compare/v2.0.10...v2.0.11) (2020-04-24)
### Bug Fixes
* 自动化 ([117305d](https://github.com/tinper-bee/checkbox/commit/117305d600c15c760801363f0f299e1ca3ecb4f3))
<a name="2.0.10"></a>

@@ -2,0 +11,0 @@ ## [2.0.10](https://github.com/tinper-bee/checkbox/compare/v2.0.8...v2.0.10) (2020-03-06)

128

package.json
{
"name": "bee-checkbox",
"version": "2.0.10",
"description": "checkbox ui component for react",
"keywords": [
"react",
"react-component",
"react-checkbox",
"iuap-design",
"neoui-react",
"checkbox"
],
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/checkbox",
"author": "",
"repository": "http://github.com/tinper-bee/checkbox",
"bugs": "https://github.com/tinper-bee/checkbox/issues",
"license": "MIT",
"main": "./build/index",
"config": {
"port": 8000,
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"name": "bee-checkbox",
"version": "2.0.11",
"description": "checkbox ui component for react",
"keywords": [
"react",
"react-component",
"react-checkbox",
"iuap-design",
"neoui-react",
"checkbox"
],
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/checkbox",
"author": "",
"repository": "http://github.com/tinper-bee/checkbox",
"bugs": "https://github.com/tinper-bee/checkbox/issues",
"license": "MIT",
"main": "./build/index",
"config": {
"port": 8000,
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"dev": "bee-tools run start",
"build": "bee-tools run build",
"lint": "bee-tools run lint",
"test": "bee-tools run test",
"chrome": "bee-tools run chrome",
"browsers": "bee-tools run browsers",
"pub": "bee-tools run pub",
"coveralls": "bee-tools run coverage",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run build"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash.isequal": "^4.5.0",
"tinper-bee-core": "latest"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0",
"react-dom": "^15.3.0 || ^16.0",
"prop-types": "15.6.0"
},
"devDependencies": {
"bee-button": "latest",
"bee-clipboard": "^2.0.0",
"bee-drawer": "0.0.2",
"bee-form": "^2.0.6",
"bee-layout": "latest",
"bee-panel": "latest",
"chai": "^3.5.0",
"console-polyfill": "~0.2.1",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^2.4.1",
"es5-shim": "~4.1.10",
"react": "~15.3.0 ",
"react-addons-test-utils": "15.3.2",
"react-dom": "~15.3.0",
"husky": "^4.2.5"
}
},
"scripts": {
"dev": "bee-tools run start",
"build": "bee-tools run build",
"lint": "bee-tools run lint",
"test": "bee-tools run test",
"chrome": "bee-tools run chrome",
"browsers": "bee-tools run browsers",
"pub": "bee-tools run pub",
"coveralls": "bee-tools run coverage"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash.isequal": "^4.5.0",
"tinper-bee-core": "latest"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0",
"react-dom": "^15.3.0 || ^16.0",
"prop-types": "15.6.0"
},
"devDependencies": {
"bee-button": "latest",
"bee-clipboard": "^2.0.0",
"bee-drawer": "0.0.2",
"bee-form": "^2.0.6",
"bee-layout": "latest",
"bee-panel": "latest",
"chai": "^3.5.0",
"console-polyfill": "~0.2.1",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^2.4.1",
"es5-shim": "~4.1.10",
"react": "~15.3.0 ",
"react-addons-test-utils": "15.3.2",
"react-dom": "~15.3.0"
}
}
}

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