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

@hi-ui/button

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hi-ui/button - npm Package Compare versions

Comparing version

to
4.0.9

10

CHANGELOG.md
# @hi-ui/button
## 4.0.9
### Patch Changes
- build: rollup2 构建
- Updated dependencies
- @hi-ui/core@4.0.8
- @hi-ui/classname@4.0.4
- @hi-ui/env@4.0.4
## 4.0.8

@@ -4,0 +14,0 @@

4

lib/cjs/Button.js

@@ -20,3 +20,3 @@ /** @LICENSE

var env = require('@hi-ui/env');
function _interopDefaultCompat(e) {
function _interopDefaultLegacy(e) {
return e && _typeof(e) === 'object' && 'default' in e ? e : {

@@ -26,3 +26,3 @@ 'default': e

}
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var _role = 'button';

@@ -29,0 +29,0 @@ var _prefix = classname.getPrefixCls(_role);

@@ -20,3 +20,3 @@ /** @LICENSE

var env = require('@hi-ui/env');
function _interopDefaultCompat(e) {
function _interopDefaultLegacy(e) {
return e && _typeof(e) === 'object' && 'default' in e ? e : {

@@ -26,3 +26,3 @@ 'default': e

}
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var _role = 'button-group';

@@ -29,0 +29,0 @@ var _prefix = classname.getPrefixCls(_role);

{
"name": "@hi-ui/button",
"version": "4.0.8",
"version": "4.0.9",
"description": "A sub-package for @hi-ui/hiui.",

@@ -46,7 +46,7 @@ "keywords": [],

"dependencies": {
"@hi-ui/classname": "^4.0.3",
"@hi-ui/env": "^4.0.3"
"@hi-ui/classname": "^4.0.4",
"@hi-ui/env": "^4.0.4"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.7",
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",

@@ -56,4 +56,4 @@ "react-dom": ">=16.8.6"

"devDependencies": {
"@hi-ui/core": "^4.0.7",
"@hi-ui/core-css": "^4.1.4",
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"react": "^17.0.1",

@@ -60,0 +60,0 @@ "react-dom": "^17.0.1"