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

rc-virtual-list

Package Overview
Dependencies
Maintainers
1
Versions
128
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.13 to 0.0.0-alpha.14

1

es/mock.d.ts
/// <reference types="react" />
import OriginList from './List';
declare class List<T> extends OriginList<T> {
componentDidUpdate(): void;
render(): JSX.Element;
}
export default List;

@@ -45,2 +45,6 @@ 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); }

_createClass(List, [{
key: "componentDidUpdate",
value: function componentDidUpdate() {// Do nothing since this is a mock!
}
}, {
key: "render",

@@ -47,0 +51,0 @@ value: function render() {

/// <reference types="react" />
import OriginList from './List';
declare class List<T> extends OriginList<T> {
componentDidUpdate(): void;
render(): JSX.Element;
}
export default List;

@@ -58,2 +58,6 @@ "use strict";

_createClass(List, [{
key: "componentDidUpdate",
value: function componentDidUpdate() {// Do nothing since this is a mock!
}
}, {
key: "render",

@@ -60,0 +64,0 @@ value: function render() {

2

package.json
{
"name": "rc-virtual-list",
"version": "0.0.0-alpha.13",
"version": "0.0.0-alpha.14",
"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