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

atom-keymap

Package Overview
Dependencies
Maintainers
7
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 5.1.3 to 5.1.4

32

api.json

@@ -6,3 +6,3 @@ {

"filename": "src/keymap-manager.coffee",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L67",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L67",
"sections": [

@@ -42,3 +42,3 @@ {

"sectionName": "Class Methods",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L84",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L84",
"visibility": "Public",

@@ -105,3 +105,3 @@ "summary": "Create a keydown DOM event for testing purposes.",

"sectionName": "Construction and Destruction",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L108",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L108",
"visibility": "Public",

@@ -130,3 +130,3 @@ "summary": "Create a new KeymapManager.",

"sectionName": "Construction and Destruction",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L118",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L118",
"visibility": "Public",

@@ -139,3 +139,3 @@ "summary": "Unwatch all watched paths. ",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L144",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L144",
"visibility": "Public",

@@ -190,3 +190,3 @@ "summary": "Invoke the given callback when one or more keystrokes completely\nmatch a key binding.",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L160",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L160",
"visibility": "Public",

@@ -241,3 +241,3 @@ "summary": "Invoke the given callback when one or more keystrokes partially\nmatch a binding.",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L174",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L174",
"visibility": "Public",

@@ -286,3 +286,3 @@ "summary": "Invoke the given callback when one or more keystrokes fail to match\nany bindings.",

"sectionName": "Event Subscription",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L205",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L205",
"visibility": "Public",

@@ -331,3 +331,3 @@ "summary": "Invoke the given callback when a keymap file not able to be loaded.",

"sectionName": "Adding and Removing Bindings",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L218",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L218",
"visibility": "Public",

@@ -354,3 +354,3 @@ "summary": "Add sets of key bindings grouped by CSS selector.",

"sectionName": "Accessing Bindings",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L251",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L251",
"visibility": "Public",

@@ -369,3 +369,3 @@ "summary": "Get all current key bindings.",

"sectionName": "Accessing Bindings",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L266",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L266",
"visibility": "Public",

@@ -412,3 +412,3 @@ "summary": "Get the key bindings for a given command and optional target.",

"sectionName": "Managing Keymap Files",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L301",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L301",
"visibility": "Public",

@@ -443,3 +443,3 @@ "summary": "Load the key bindings from the given path.",

"sectionName": "Managing Keymap Files",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L321",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L321",
"visibility": "Public",

@@ -460,3 +460,3 @@ "summary": "Cause the keymap to reload the key bindings file at the given path\nwhenever it changes.",

"sectionName": "Managing Keyboard Events",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L395",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L395",
"visibility": "Public",

@@ -477,3 +477,3 @@ "summary": "Dispatch a custom event associated with the matching key binding for\nthe given `KeyboardEvent` if one can be found.",

"sectionName": "Managing Keyboard Events",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L473",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L474",
"visibility": "Public",

@@ -500,3 +500,3 @@ "summary": "Translate a keydown event to a keystroke string.",

"sectionName": "Managing Keyboard Events",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.3/src/keymap-manager.coffee#L480",
"srcUrl": "https://github.com/atom/atom-keymap/blob/v5.1.4/src/keymap-manager.coffee#L481",
"visibility": "Public",

@@ -503,0 +503,0 @@ "summary": "Get the number of milliseconds allowed before pending states caused\nby partial matches of multi-keystroke bindings are terminated.",

@@ -347,2 +347,3 @@ (function() {

if (exactMatch.command === 'unset!') {
event.preventDefault();
break;

@@ -349,0 +350,0 @@ }

{
"name": "atom-keymap",
"version": "5.1.3",
"version": "5.1.4",
"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