Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@_nu/react-button

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@_nu/react-button - npm Package Compare versions

Comparing version
1.4.2
to
1.4.3
+12
-0
CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [1.4.3](https://github.com/nu-system/react/compare/@_nu/react-button@1.4.2...@_nu/react-button@1.4.3) (2020-08-16)
### Bug Fixes
* update ([228f1c1](https://github.com/nu-system/react/commit/228f1c1995f2a672f92e3ce68cf94373e5e29920))
* 添加弹窗组件 ([aba73b5](https://github.com/nu-system/react/commit/aba73b5c562b2e1af9b5fb9f7b7b3f52e7756129))
## [1.4.2](https://github.com/nu-system/react-button/compare/@_nu/react-button@1.4.1...@_nu/react-button@1.4.2) (2020-07-18)

@@ -8,0 +20,0 @@

+5
-4
{
"name": "@_nu/react-button",
"version": "1.4.2",
"version": "1.4.3",
"description": "No UI dependency Button of react",

@@ -10,4 +10,4 @@ "main": "lib/index.js",

"license": "MIT",
"repository": "git@github.com:nu-system/react-button.git",
"bugs": "https://github.com/nu-system/react-button/issues",
"repository": "git@github.com:nu-system/react.git",
"bugs": "https://github.com/nu-system/react/issues",
"homepage": "https://nu-system.github.io/react/button/",

@@ -28,2 +28,3 @@ "files": [

"peerDependencies": {
"@_nu/css-modal": "^0.0.5",
"react": "16.x"

@@ -54,3 +55,3 @@ },

},
"gitHead": "9ed7dc2c400af2581c7fa789a84d2ba0107cec33"
"gitHead": "b0404c43fefd3571fb9eaa0c618500b61c13ca02"
}