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

table-js

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table-js - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

8

lib/features/keyboard/Keyboard.js

@@ -27,3 +27,3 @@ 'use strict';

*/
function Keyboard(config, eventBus, editorActions) {
function Keyboard(config, eventBus, editorActions, sheet) {
var self = this;

@@ -49,2 +49,6 @@

if (!document.body.contains(sheet.getContainer())) {
return;
}
if (domMatches(target, 'input, textarea')) {

@@ -81,3 +85,3 @@ return;

Keyboard.$inject = [ 'config.keyboard', 'eventBus', 'editorActions' ];
Keyboard.$inject = [ 'config.keyboard', 'eventBus', 'editorActions', 'sheet' ];

@@ -84,0 +88,0 @@ module.exports = Keyboard;

{
"name": "table-js",
"version": "0.6.2",
"version": "0.6.3",
"description": "A table editing framework for the web",

@@ -5,0 +5,0 @@ "scripts": {

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