atom-keymap
Advanced tools
Comparing version 3.1.5 to 4.0.0
32
api.json
@@ -6,3 +6,3 @@ { | ||
"filename": "src/keymap-manager.coffee", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v3.1.5/src/keymap-manager.coffee#L68", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L68", | ||
"sections": [ | ||
@@ -42,3 +42,3 @@ { | ||
"sectionName": "Class Methods", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v3.1.5/src/keymap-manager.coffee#L87", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L87", | ||
"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/v3.1.5/src/keymap-manager.coffee#L115", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L115", | ||
"visibility": "Public", | ||
@@ -130,3 +130,3 @@ "summary": "Create a new KeymapManager.", | ||
"sectionName": "Construction and Destruction", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v3.1.5/src/keymap-manager.coffee#L125", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L125", | ||
"visibility": "Public", | ||
@@ -139,3 +139,3 @@ "summary": "Unwatch all watched paths. ", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v3.1.5/src/keymap-manager.coffee#L150", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L150", | ||
"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/v3.1.5/src/keymap-manager.coffee#L166", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L166", | ||
"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/v3.1.5/src/keymap-manager.coffee#L180", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L180", | ||
"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/v3.1.5/src/keymap-manager.coffee#L211", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L211", | ||
"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/v3.1.5/src/keymap-manager.coffee#L241", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L241", | ||
"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/v3.1.5/src/keymap-manager.coffee#L279", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L279", | ||
"visibility": "Public", | ||
@@ -369,3 +369,3 @@ "summary": "Get all current key bindings.", | ||
"sectionName": "Accessing Bindings", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v3.1.5/src/keymap-manager.coffee#L294", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L294", | ||
"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/v3.1.5/src/keymap-manager.coffee#L329", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L329", | ||
"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/v3.1.5/src/keymap-manager.coffee#L349", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L349", | ||
"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/v3.1.5/src/keymap-manager.coffee#L421", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L421", | ||
"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/v3.1.5/src/keymap-manager.coffee#L499", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L499", | ||
"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/v3.1.5/src/keymap-manager.coffee#L506", | ||
"srcUrl": "https://github.com/atom/atom-keymap/blob/v4.0.0/src/keymap-manager.coffee#L506", | ||
"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.", |
{ | ||
"name": "atom-keymap", | ||
"version": "3.1.5", | ||
"version": "4.0.0", | ||
"description": "Atom's DOM-aware keymap module", | ||
@@ -31,3 +31,3 @@ "main": "./lib/keymap-manager", | ||
"loophole": "^1.0.0", | ||
"pathwatcher": "^3.0.0", | ||
"pathwatcher": "^4.2", | ||
"pegjs": "^0.8.0", | ||
@@ -34,0 +34,0 @@ "property-accessors": "^1", |
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
72375
+ Addedpathwatcher@4.4.4(transitive)
- Removedpathwatcher@3.3.3(transitive)
Updatedpathwatcher@^4.2