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

@stoplight/spectral-cli

Package Overview
Dependencies
Maintainers
24
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/spectral-cli - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

dist/commands/lint.d.ts

51

package.json
{
"name": "@stoplight/spectral-cli",
"version": "0.0.0",
"version": "1.0.0",
"homepage": "https://github.com/stoplightio/spectral",

@@ -8,3 +8,3 @@ "bugs": "https://github.com/stoplightio/spectral/issues",

"bin": {
"spectral": "./dist/cli/index.js"
"spectral": "./dist/index.js"
},

@@ -27,29 +27,39 @@ "engines": {

},
"scripts": {
"build.binary": "pkg . --output ./binaries/spectral",
"build.windows": "pkg . --targets windows --out-path ./binaries",
"build.nix": "pkg . --targets linux,macos,alpine --out-path ./binaries",
"postbuild": "copyfiles -u 1 \"./src/formatters/html/*.html\" \"./dist/\"",
"cli": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts",
"cli:debug": "node -r ts-node/register/transpile-only -r tsconfig-paths/register --inspect-brk src/index.ts"
},
"dependencies": {
"@stoplight/better-ajv-errors": "0.1.1",
"@stoplight/json": "3.15.0",
"@stoplight/json-ref-readers": "1.2.2",
"@stoplight/json-ref-resolver": "3.1.2",
"@stoplight/lifecycle": "2.3.2",
"@stoplight/path": "1.3.2",
"@stoplight/spectral-core": "^0.0.0",
"@stoplight/spectral-parsers": "^0.0.0",
"@stoplight/spectral-ref-resolver": "^0.0.0",
"@stoplight/spectral-ruleset-migrator": "^0.0.0",
"@stoplight/spectral-runtime": "^0.0.0",
"@stoplight/types": "12.3.0",
"abort-controller": "3.0.0",
"chalk": "4.1.0",
"chalk": "4.1.1",
"cliui": "7.0.4",
"eol": "0.9.1",
"expression-eval": "4.0.0",
"fast-glob": "3.2.5",
"json-schema-migrate": "2.0.0",
"json-schema-traverse": "1.0.0",
"jsonpath-plus": "5.0.7",
"lodash": "4.17.21",
"node-fetch": "2.6.1",
"lodash": "~4.17.21",
"proxy-agent": "4.0.1",
"strip-ansi": "6.0",
"text-table": "0.2",
"tslib": "2.2.0",
"tslib": "~2.3.0",
"yargs": "17.0.1"
},
"scripts": {
"cli": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts",
"cli:debug": "node -r ts-node/register/transpile-only -r tsconfig-paths/register --inspect-brk src/index.ts"
"devDependencies": {
"@types/xml2js": "^0.4.8",
"@types/yargs": "^17.0.0",
"copyfiles": "^2.4.1",
"jest-when": "^3.3.1",
"nock": "^12.0.2",
"node-html-parser": "^3.3.5",
"pkg": "^5.2.1",
"xml2js": "^0.4.23"
},

@@ -62,6 +72,5 @@ "pkg": {

"./dist/**/*.json",
"./dist/cli/**/*.html"
"./dist/**/*.html"
]
},
"gitHead": "0904e7b8ed3099c284443375acc605795dfa2d8a"
}
}
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