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

atom-keymap

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-keymap - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0-rc1

lib/keymap-manager.js

3

lib/helpers.js

@@ -74,2 +74,5 @@ (function() {

}
if (key === "meta" || key === "shift" || key === "control" || key === "alt") {
key = null;
}
if (event.metaKey) {

@@ -76,0 +79,0 @@ keystroke.push('cmd');

7

package.json
{
"name": "atom-keymap",
"version": "0.12.0",
"version": "0.13.0-rc1",
"description": "Atom's DOM-aware keymap module",
"main": "./lib/keymap",
"main": "./lib/keymap-manager",
"scripts": {

@@ -30,3 +30,4 @@ "prepublish": "grunt prepublish",

"pathwatcher": "^1.0.0",
"emissary": "^1.1.0"
"emissary": "^1.1.0",
"underscore-plus": "^1.0.0"
},

@@ -33,0 +34,0 @@ "devDependencies": {

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