Socket
Socket
Sign inDemoInstall

nuke-scroll-view

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-scroll-view - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

src/index.js

4

HISTORY.md
# Changelog
## 2.0.3 / 2018-04-09
* [[60226b0](http://gitlab.alibaba-inc.com/nuke/scroll-view/commit/60226b0f34603e6d5b4ab1d97f7b458db3afda85)] - `fix` body style of scrollview can not be set
## 2.0.2 / 2018-04-08

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

4

lib/index.js

@@ -36,4 +36,2 @@ 'use strict';

function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -258,3 +256,3 @@

var scrollerStyle = Object.assign.apply(Object, [{}, horizontal ? styles.horizontal : styles.vertical].concat(_toConsumableArray(this.props.style)));
var scrollerStyle = Object.assign({}, horizontal ? styles.horizontal : styles.vertical, this.props.style);

@@ -261,0 +259,0 @@ var showsScrollIndicator = horizontal ? showsHorizontalScrollIndicator : showsVerticalScrollIndicator;

{
"name": "nuke-scroll-view",
"version": "2.0.2",
"version": "2.0.3",
"description": "滚动组件",
"main": "lib/index",
"module": "src/index",
"files": [

@@ -11,3 +12,4 @@ "lib",

"README.md",
"HISTORY.md"
"HISTORY.md",
"src"
],

@@ -63,3 +65,4 @@ "keywords": [

"registry": "http://registry.npmjs.org"
}
},
"license": "Apache"
}
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