Socket
Socket
Sign inDemoInstall

@stoplight/command

Package Overview
Dependencies
Maintainers
5
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.24 to 0.0.25

2

lib/command.d.ts

@@ -84,3 +84,3 @@ import { Event, IDisposable } from '@stoplight/common/lib/types';

refreshCommandState(commandId: string, ...args: any[]): void;
private _registerCommand(command);
private _registerCommand;
}
{
"name": "@stoplight/command",
"version": "0.0.24",
"version": "0.0.25",
"description": "Stoplight command registry implementation.",

@@ -14,2 +14,3 @@ "main": "lib/index.js",

"depcheck": "depcheck",
"ncu": "ncu",
"prepublishOnly": "yarn build",

@@ -23,8 +24,8 @@ "build": "cross-env NODE_ENV=production yarn build.module",

"dependencies": {
"@stoplight/common": "^0.0.24",
"@stoplight/ioc": "^0.0.24",
"@stoplight/common": "^0.0.25",
"@stoplight/ioc": "^0.0.25",
"keyboardjs": "2.4.x",
"tslib": "1.x.x"
},
"gitHead": "45f6868e2cd2d4e985086818829a4f8c450167d3"
"gitHead": "426f9686b007b3cda53c4e06855304e0cc33d8fa"
}

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