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

@bonio-ui/components

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonio-ui/components - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

6

CHANGELOG.md
# @bonio-ui/components
## 5.1.1
### Patch Changes
- [#105](https://github.com/BoniO-Taiwan/BoniO-UI/pull/105) [`724e5db`](https://github.com/BoniO-Taiwan/BoniO-UI/commit/724e5dbebea1ff2a0738ebd67076c96b1d3306ca) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix wrong type check of label align in Input and Selector.
## 5.1.0

@@ -4,0 +10,0 @@

2

dist/input/Input.js

@@ -110,3 +110,3 @@ "use strict";

name: _propTypes.default.string.isRequired,
align: _propTypes.default.oneOfType(['left', 'top'])
align: _propTypes.default.oneOf(['left', 'top'])
}),

@@ -113,0 +113,0 @@ className: _propTypes.default.string,

@@ -234,3 +234,3 @@ "use strict";

name: _propTypes.default.string.isRequired,
align: _propTypes.default.oneOfType(['left', 'top'])
align: _propTypes.default.oneOf(['left', 'top'])
})

@@ -237,0 +237,0 @@ };

{
"name": "@bonio-ui/components",
"version": "5.1.0",
"version": "5.1.1",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "description": "BoniO UI components in React",

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