Socket
Socket
Sign inDemoInstall

openapi-to-postmanv2

Package Overview
Dependencies
Maintainers
7
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-to-postmanv2 - npm Package Versions

1
18

4.6.0

Diff

Changelog

Source

v4.6.0 (December 30, 2022)

  • Fixed issue where bundling of multi-file definition was not working correctly for more than 10 params correctly.
  • Fixed issue where request name was not using operation description if available.
vshingala
published 4.5.0 •

Changelog

Source

v4.5.0 (December 23, 2022)

  • Fixed issue #11519 Collection generated from imported OpenAPI were missing certain properties.
  • Fixed issue #11227 Collection generated produces incorrect XML requests and responses from Open API 3.0 and Swagger 2.0 API definitions.
  • Fixed issue #11527 where generated collection contained empty body when / was used as content-type.
  • Fixed issue #626 - Add a new option (includeDeprecated) to handle deprecated properties (operations, parameters, or schema properties).
  • Fixed issue #643 Generated value for corresponding authorization should be an environment value.
  • Removed travis workflows as GitHub actions are present now.
  • Updated README.md to include Swagger 2.0 and OpenAPI 3.1 support.
  • Updated README.md to include new postman logo.
vshingala
published 4.4.2 •

vshingala
published 4.4.1 •

vshingala
published 4.4.0 •

Changelog

Source

v4.4.0 (November 29, 2022)

  • Fixed issue where collection folder name for paths were having extra spaces.
  • Fixed issue where pipelines were failing for certain node version.
vshingala
published 4.3.0 •

Changelog

Source

v4.3.0 (October 17, 2022)

  • Fixed issue with nullable keywords getting validated incorrectly.
sahil.choudhary
published 4.2.0 •

Changelog

Source

v4.2.0 (August 10, 2022)

  • Improved the way to detect a circular reference by adding a new condition
  • A schema that comes from an allOf parent then we now return the same schema instead of defaulting to a schema with type as object, and no other properties
  • The method resolveAllOf is executed when the current node is an allOf element.
  • Avoiding to set type as object when property's schema is an empty object.
  • Added OAuth2 flows and configuration support.
  • OAuth2 values now default to variables instead of hardcoded strings.
vshingala
published 4.1.1 •

Changelog

Source

v4.1.1 (July 29, 2022)

  • Replaced Object.hasOwnProperty usages with loadsh _.has for safe access.
vshingala
published 4.1.0 •

Changelog

Source

v4.1.0 (July 20, 2022)

  • Fixed issue where conversion was failing for definitions with info object as null.
  • Fixed issue where generated collection did not have correct examples value from XML type of content.
  • Fixed issue #518 where generated collection were having NaN as value for integer query params with enum values.
  • Fixed issue #496 where validateTransactions() was returning missing endpoints even though corresponding requests are present in collection.
  • Fixed issue #478 where updation of path parameter in collection resulted in MISSING_IN_REQUEST error.
  • Fixed issue #559 where parameter description was undefined for formdata type of content even if defined.
  • Fixed issue where bundle() API didn't handle circular references correctly.
  • Added non-required files to be published as npm module in .npmignore
  • Fixed issue where disableBodyPruning option was not set for requests with no request body.
vshingala
published 4.0.0 •

Changelog

Source

v4.0.0 (July 12, 2022)

  • Added support for new multi-file API detectRootFiles() for OpenAPI 3 and Swagger 2 formats to support detection of root files among multiple files.
  • Added support for new multi-file API detectRelatedFiles() for OpenAPI 3 and Swagger 2 formats to support detection of related files for a provided root file amongst multiple files.
  • Added support for new multi-file API bundle() for OpenAPI 3 and Swagger 2 formats to support bundling of root files from provided multiple files.
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