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

atom-keymap

Package Overview
Dependencies
Maintainers
3
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.27.0 to 0.28.0

5

lib/keymap-manager.js

@@ -167,2 +167,7 @@ (function() {

}
if (exactMatch.command === 'abort!') {
this.clearQueuedKeystrokes();
event.preventDefault();
return;
}
if (exactMatch.command === 'unset!') {

@@ -169,0 +174,0 @@ break;

2

package.json
{
"name": "atom-keymap",
"version": "0.27.0",
"version": "0.28.0",
"description": "Atom's DOM-aware keymap module",

@@ -5,0 +5,0 @@ "main": "./lib/keymap-manager",

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