Socket
Socket
Sign inDemoInstall

@stoplight/command

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/command - npm Package Compare versions

Comparing version 0.0.11-16 to 0.0.11-17

6

lib/command.js

@@ -264,5 +264,5 @@ "use strict";

command.update({
enabled: this.isEnabled(commandId, args),
executing: this.isExecuting(commandId, args),
visible: this.isVisible(commandId, args),
enabled: this.isEnabled(commandId, ...args),
executing: this.isExecuting(commandId, ...args),
visible: this.isVisible(commandId, ...args),
});

@@ -269,0 +269,0 @@ }

{
"name": "@stoplight/command",
"version": "0.0.11-16",
"version": "0.0.11-17",
"description": "Stoplight command registry implementation.",

@@ -24,4 +24,4 @@ "main": "lib/index.js",

"dependencies": {
"@stoplight/common": "^0.0.11-16",
"@stoplight/ioc": "^0.0.11-16",
"@stoplight/common": "^0.0.11-17",
"@stoplight/ioc": "^0.0.11-17",
"keyboardjs": "2.4.x",

@@ -28,0 +28,0 @@ "tslib": "1.x.x"

Sorry, the diff of this file is not supported yet

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