Socket
Socket
Sign inDemoInstall

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.32 to 0.2.33

lib/touchable-highlight.js

4

HISTORY.md
# Changelog
## 0.2.33 / 2017-06-06
* [[456d327](http://gitlab.alibaba-inc.com/nuke/components/commit/456d32754f286715918312be5e2f1906a4718116)] - `fix` update file name
## 0.2.32 / 2017-06-06

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

8

lib/index.js

@@ -35,5 +35,5 @@ 'use strict';

var _touchable = require('./touchable');
var _touchableHighlight = require('./touchable-highlight');
var _touchable2 = _interopRequireDefault(_touchable);
var _touchableHighlight2 = _interopRequireDefault(_touchableHighlight);

@@ -55,5 +55,5 @@ var _refreshControl = require('./refresh-control');

RefreshControl: _refreshControl2.default,
TouchableHighlight: _touchable2.default,
Touchable: _touchable2.default
TouchableHighlight: _touchableHighlight2.default,
Touchable: _touchableHighlight2.default
};
module.exports = exports['default'];
{
"name": "nuke-components",
"version": "0.2.32",
"version": "0.2.33",
"description": "nuke原件库",

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

@@ -8,3 +8,3 @@ import View from './view';

import ScrollView from './scroll-view';
import Touchable from './touchable';
import Touchable from './touchable-highlight';
import RefreshControl from './refresh-control';

@@ -11,0 +11,0 @@ export default {

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