Huge News!Announcing our $40M Series B led by Abstract Ventures.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.18.0 to 0.19.0

6

lib/keymap-manager.js

@@ -244,3 +244,3 @@ (function() {

if (bindings = this.readKeymap(filePath, true)) {
this.removeKeymap(filePath);
this.remove(filePath);
this.addKeymap(filePath, bindings);

@@ -250,3 +250,3 @@ return this.emit('reloaded-key-bindings', filePath);

} else {
this.removeKeymap(filePath);
this.remove(filePath);
return this.emit('unloaded-key-bindings', filePath);

@@ -438,3 +438,3 @@ }

KeymapManager.prototype.removeKeymap = function(source) {
return this.removeKeymap(source);
return this.remove(source);
};

@@ -441,0 +441,0 @@

{
"name": "atom-keymap",
"version": "0.18.0",
"version": "0.19.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