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

nuke-button

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-button - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

HISTORY.md
# Changelog
## 1.0.6 / 2017-11-16
* [[883bbda2](http://gitlab.alibaba-inc.com/nuke/button/commit/883bbda2e4c3c7735b2d6f8e21b34533c134cdf4)] - `fix` add display name
## 1.0.5 / 2017-11-15

@@ -5,0 +9,0 @@

7

lib/view/button-group.js

@@ -41,6 +41,3 @@ /** @jsx createElement */

var _this = _possibleConstructorReturn(this, (ButtonGroup.__proto__ || Object.getPrototypeOf(ButtonGroup)).call(this));
_this.displayName = 'ButtonGroup';
return _this;
return _possibleConstructorReturn(this, (ButtonGroup.__proto__ || Object.getPrototypeOf(ButtonGroup)).apply(this, arguments));
}

@@ -106,2 +103,4 @@

};
ButtonGroup.displayName = 'ButtonGroup';
var StyledButtonGroup = (0, _nukeThemeProvider.connectStyle)(_styles2.default)(ButtonGroup);

@@ -108,0 +107,0 @@

@@ -60,3 +60,2 @@ /** @jsx createElement */

_this.onTextPress = _this.onTextPress.bind(_this);
_this.displayName = 'Button';
return _this;

@@ -164,2 +163,4 @@ }

};
Button.displayName = 'Button';
var StyledButton = (0, _nukeThemeProvider.connectStyle)(_styles2.default)(Button);

@@ -166,0 +167,0 @@

{
"name": "nuke-button",
"version": "1.0.5",
"version": "1.0.6",
"description": "按钮",

@@ -5,0 +5,0 @@ "main": "lib/index",

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