Socket
Socket
Sign inDemoInstall

is-hotkey

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-hotkey - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

lib/index.js

@@ -196,2 +196,3 @@ 'use strict';

if (actual == null && expected == false) continue;
if (actual != expected) return false;

@@ -198,0 +199,0 @@ }

2

package.json
{
"name": "is-hotkey",
"description": "Check whether a browser event matches a hotkey.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "git://github.com/ianstormtaylor/is-hotkey.git",

@@ -79,3 +79,3 @@

isHotkey('Control+S')
isHotkey('⌘+d')
isHotkey('cmd+opt+d')
itHotkey('Meta+DownArrow')

@@ -82,0 +82,0 @@ itHotkey('cmd+down')

@@ -172,2 +172,3 @@

if (actual == null && expected == false) continue
if (actual != expected) return false

@@ -174,0 +175,0 @@ }

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