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

nuke-components

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-components - npm Package Compare versions

Comparing version 0.2.20 to 0.2.21

README.md

4

HISTORY.md
# Changelog
## 0.2.21 / 2017-04-05
* [[97710a1](http://gitlab.alibaba-inc.com/nuke/components/commit/97710a19708ff24a074baa48804d0efac0ed2801)] - `fix` text onclick bugfix
## 0.2.20 / 2017-04-01

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

2

lib/text.js

@@ -55,3 +55,3 @@ 'use strict';

if (props.onPress || props.onClick) {
nativeProps.onClick = props.onPress;
nativeProps.onClick = props.onPress || props.onClick;
}

@@ -58,0 +58,0 @@

{
"name": "nuke-components",
"version": "0.2.20",
"version": "0.2.21",
"description": "nuke原件库",

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

@@ -39,3 +39,3 @@ import {Component, createElement, PropTypes} from 'rax';

if (props.onPress || props.onClick) {
nativeProps.onClick = props.onPress;
nativeProps.onClick = props.onPress || props.onClick;
}

@@ -42,0 +42,0 @@

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