Socket
Socket
Sign inDemoInstall

rc-virtual-list

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-virtual-list - npm Package Compare versions

Comparing version 0.0.0-alpha.22 to 0.0.0-alpha.23

1

es/mock.d.ts

@@ -5,4 +5,5 @@ /// <reference types="react" />

componentDidUpdate(): void;
scrollTo: () => void;
render(): JSX.Element;
}
export default List;

@@ -40,5 +40,12 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

function List() {
var _this;
_classCallCheck(this, List);
return _possibleConstructorReturn(this, _getPrototypeOf(List).apply(this, arguments));
_this = _possibleConstructorReturn(this, _getPrototypeOf(List).apply(this, arguments));
_this.scrollTo = function () {// Do nothing sine this is a mock!
};
return _this;
}

@@ -45,0 +52,0 @@

@@ -5,4 +5,5 @@ /// <reference types="react" />

componentDidUpdate(): void;
scrollTo: () => void;
render(): JSX.Element;
}
export default List;

@@ -54,5 +54,12 @@ "use strict";

function List() {
var _this;
_classCallCheck(this, List);
return _possibleConstructorReturn(this, _getPrototypeOf(List).apply(this, arguments));
_this = _possibleConstructorReturn(this, _getPrototypeOf(List).apply(this, arguments));
_this.scrollTo = function () {// Do nothing sine this is a mock!
};
return _this;
}

@@ -59,0 +66,0 @@

2

package.json
{
"name": "rc-virtual-list",
"version": "0.0.0-alpha.22",
"version": "0.0.0-alpha.23",
"description": "React Virtual List Component",

@@ -5,0 +5,0 @@ "keywords": [

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