swagger-cli
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -8,2 +8,13 @@ Change Log | ||
[v4.0.0](https://github.com/APIDevTools/swagger-cli/tree/v4.0.0) (2020-03-14) | ||
---------------------------------------------------------------------------------------------------- | ||
- Moved Swagger CLI to the [@APIDevTools scope](https://www.npmjs.com/org/apidevtools) on NPM | ||
- The "swagger-cli" NPM package is now just a wrapper around the scoped "@apidevtools/swagger-cli" package | ||
[Full Changelog](https://github.com/APIDevTools/swagger-cli/compare/v8.0.4...v4.0.0) | ||
[v3.0.0](https://github.com/APIDevTools/swagger-cli/tree/v3.0.0) (2020-01-28) | ||
@@ -17,1 +28,19 @@ ---------------------------------------------------------------------------------------------------- | ||
[Full Changelog](https://github.com/APIDevTools/swagger-cli/compare/v2.3.5...v3.0.0) | ||
[v2.0.0](https://github.com/APIDevTools/swagger-cli/tree/v2.0.0) (2018-05-25) | ||
---------------------------------------------------------------------------------------------------- | ||
#### Breaking Changes | ||
- Dropped support for Node 0.x. Now requires Node 4+ | ||
[Full Changelog](https://github.com/APIDevTools/swagger-cli/compare/v1.0.2...v2.0.0) | ||
[v1.0.0](https://github.com/APIDevTools/swagger-cli/tree/v1.0.0) (2017-09-11) | ||
---------------------------------------------------------------------------------------------------- | ||
Initial release 🎉 |
{ | ||
"name": "swagger-cli", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Swagger 2.0 and OpenAPI 3.0 command-line tool", | ||
@@ -40,41 +40,17 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"bin": { | ||
"swagger-cli": "bin/swagger-cli.js" | ||
"swagger-cli": "swagger-cli.js" | ||
}, | ||
"files": [ | ||
"bin", | ||
"lib" | ||
"swagger-cli.js", | ||
"index.js" | ||
], | ||
"dependencies": { | ||
"@jsdevtools/swagger-cli": "4.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"engineStrict": true, | ||
"scripts": { | ||
"lint": "eslint bin lib test", | ||
"test": "mocha && npm run lint", | ||
"coverage": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha", | ||
"upgrade": "npm-check -u && npm audit fix", | ||
"bump": "bump --tag --push --all", | ||
"release": "npm run upgrade && npm test && npm run bump" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.9", | ||
"eslint": "^6.8.0", | ||
"eslint-config-modular": "^7.0.1", | ||
"mocha": "^7.0.1", | ||
"mockery": "^2.1.0", | ||
"npm-check": "^5.9.0", | ||
"nyc": "^15.0.0", | ||
"rimraf": "^3.0.1", | ||
"spawn-sync": "^2.0.0", | ||
"version-bump-prompt": "^5.0.7" | ||
}, | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"js-yaml": "^3.13.1", | ||
"swagger-parser": "^8.0.4", | ||
"yargs": "^15.1.0" | ||
} | ||
"engineStrict": true | ||
} |
Swagger/OpenAPI CLI | ||
============================ | ||
[![Cross-Platform Compatibility](https://apitools.dev/img/os-badges.svg)](https://travis-ci.com/APIDevTools/swagger-cli) | ||
[![Build Status](https://api.travis-ci.com/APIDevTools/swagger-cli.svg?branch=master)](https://travis-ci.com/APIDevTools/swagger-cli) | ||
[![Cross-Platform Compatibility](https://apitools.dev/img/badges/os-badges.svg)](https://github.com/APIDevTools/swagger-cli/blob/master/.github/workflows/CI-CD.yaml) | ||
[![Build Status](https://github.com/APIDevTools/swagger-cli/workflows/CI-CD/badge.svg?branch=master)](https://github.com/APIDevTools/swagger-cli/blob/master/.github/workflows/CI-CD.yaml) | ||
[![Coverage Status](https://coveralls.io/repos/github/APIDevTools/swagger-cli/badge.svg?branch=master)](https://coveralls.io/github/APIDevTools/swagger-cli?branch=master) | ||
[![npm](https://img.shields.io/npm/v/swagger-cli.svg)](https://www.npmjs.com/package/swagger-cli) | ||
[![npm](https://img.shields.io/npm/v/@apidevtools/swagger-cli.svg)](https://www.npmjs.com/package/@apidevtools/swagger-cli) | ||
[![Dependencies](https://david-dm.org/APIDevTools/swagger-cli.svg)](https://david-dm.org/APIDevTools/swagger-cli) | ||
[![License](https://img.shields.io/npm/l/swagger-cli.svg)](LICENSE) | ||
[![License](https://img.shields.io/npm/l/@apidevtools/swagger-cli.svg)](LICENSE) | ||
@@ -32,3 +31,3 @@ | ||
```bash | ||
npm install -g swagger-cli | ||
npm install -g @apidevtools/swagger-cli | ||
``` | ||
@@ -35,0 +34,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
0
0
10468
6
5
139
2
- Removedchalk@^3.0.0
- Removedjs-yaml@^3.13.1
- Removedswagger-parser@^8.0.4
- Removedyargs@^15.1.0
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedargparse@1.0.10(transitive)
- Removedcall-me-maybe@1.0.2(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedchalk@3.0.0(transitive)
- Removedcliui@6.0.0(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedcommander@2.20.3(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedesprima@4.0.1(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedget-caller-file@2.0.5(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedjson-schema-ref-parser@7.1.4(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedlodash.get@4.4.2(transitive)
- Removedlodash.isequal@4.5.0(transitive)
- Removedono@6.0.1(transitive)
- Removedopenapi-schemas@1.0.3(transitive)
- Removedopenapi-types@1.3.5(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@4.0.0(transitive)
- Removedrequire-directory@2.1.1(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedswagger-methods@2.0.2(transitive)
- Removedswagger-parser@8.0.4(transitive)
- Removedvalidator@13.12.0(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@6.2.0(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@15.4.1(transitive)
- Removedyargs-parser@18.1.3(transitive)
- Removedz-schema@4.2.4(transitive)