New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

virtualized-data-table

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtualized-data-table - npm Package Compare versions

Comparing version 0.9.9-36 to 0.9.9-37

3

dist/utils/clipboardHelper.js

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

var allowEditable = isCutCopy ? allowEditableCutCopy : allowEditablePaste;
console.error('++ allowInput/Editable', allowInput, allowEditable);
console.error('++ isInput', (0, _utils.isInput)(evt.target, allowEditable));
return allowInput || !(0, _utils.isInput)(evt.target, allowEditable);

@@ -104,2 +106,3 @@ }

var allowEditable = isCutCopy ? allowEditableCutCopy : allowEditablePaste;
console.error('++ is descendant', isDescendant);
return isDescendant ? this.prvEventTargetIsAllowedInput(evt, isCutCopy) : !(0, _utils.isInput)(evt.target, allowEditable);

@@ -106,0 +109,0 @@ }

2

package.json
{
"name": "virtualized-data-table",
"version": "0.9.9-36",
"version": "0.9.9-37",
"description": "A re-implementation of fixed-data-table using react-virtualized",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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