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.20 to 0.0.21

12

package.json
{
"name": "@stoplight/command",
"version": "0.0.20",
"version": "0.0.21",
"description": "Stoplight command registry implementation.",

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

"prepublishOnly": "yarn build",
"build": "NODE_ENV=production yarn build.module",
"build": "cross-env NODE_ENV=production yarn build.module",
"build.module": "tsc --outDir ./lib",
"build.docs": "typedoc --out docs --target es6 --theme minimal --mode file src",
"start": "NODE_ENV=development yarn build.module -w",
"start": "cross-env NODE_ENV=development yarn build.module -w",
"clean": "git clean -fdX ."
},
"dependencies": {
"@stoplight/common": "^0.0.20",
"@stoplight/ioc": "^0.0.20",
"@stoplight/common": "^0.0.21",
"@stoplight/ioc": "^0.0.21",
"keyboardjs": "2.4.x",
"tslib": "1.x.x"
},
"gitHead": "707a4f511ebf9fc6c31c630f3ee155598f2fd5a1"
"gitHead": "051c66e5b30b0df11fdf093cd1dc589d03f124a6"
}
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