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

openapi-diff

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-diff - npm Package Compare versions

Comparing version 0.21.0 to 0.22.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.22.0"></a>
# [0.22.0](https://bitbucket.org/atlassian/openapi-diff/compare/0.21.0...0.22.0) (2019-04-09)
### Features
* add support for minItems, maxItems, minProperties, maxProperties and allOf keywords in request and response bodies ([96987f8](https://bitbucket.org/atlassian/openapi-diff/commits/96987f8))
<a name="0.21.0"></a>

@@ -2,0 +12,0 @@ # [0.21.0](https://bitbucket.org/atlassian/openapi-diff/compare/0.20.0...0.21.0) (2019-02-28)

4

package.json
{
"name": "openapi-diff",
"version": "0.21.0",
"version": "0.22.0",
"description": "A CLI tool to identify differences between Swagger/OpenAPI specs.",

@@ -65,3 +65,3 @@ "bin": {

"js-yaml": "^3.12.0",
"json-schema-diff": "^0.10.0",
"json-schema-diff": "^0.12.0",
"jsonpointer": "^4.0.1",

@@ -68,0 +68,0 @@ "lodash": "^4.17.10",

@@ -40,2 +40,12 @@ # OpenAPI Diff

## Feature support
See [SPEC_SUPPORT.md](SPEC_SUPPORT.md)
See [SPEC_SUPPORT.md](SPEC_SUPPORT.md) for details on which Swagger/OpenApi keywords the tool currently supports
detecting differences within.
## Changelog
See [CHANGELOG.md](CHANGELOG.md)
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
See [LICENSE.txt](LICENSE.txt)
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