atom-keymap
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
40034