Socket
Socket
Sign inDemoInstall

openapi-to-postmanv2

Package Overview
Dependencies
85
Maintainers
9
Versions
168
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.20.0 to 4.20.1

10

CHANGELOG.md

@@ -5,2 +5,8 @@ # OpenAPI-Postman Changelog

## [v4.20.1] - 2024-03-27
### Fixed
- Fixed an issue where schemas under allOf keyword having additionalProperties set to false were not generating bodies correctly.
## [v4.20.0] - 2024-02-15

@@ -612,4 +618,6 @@

[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.20.0...HEAD
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.20.1...HEAD
[v4.20.1]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.20.0...v4.20.1
[v4.20.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.19.0...v4.20.0

@@ -616,0 +624,0 @@

@@ -134,2 +134,4 @@ const _ = require('lodash'),

}), {
// below option is required to make sure schemas with additionalProperties set to false are resolved correctly
ignoreAdditionalProperties: true,
resolvers: {

@@ -136,0 +138,0 @@ // for keywords in OpenAPI schema that are not standard defined JSON schema keywords, use default resolver

2

package.json
{
"name": "openapi-to-postmanv2",
"version": "4.20.0",
"version": "4.20.1",
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/postmanlabs/openapi-to-postman",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc