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

@apideck/portman

Package Overview
Dependencies
Maintainers
0
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apideck/portman - npm Package Versions

1
10

1.6.1

Diff

Changelog

Source

v1.6.1 - (2021-07-30)

  • Environment variables prefixed with PORTMAN_ will be added to the Collection variables. This allows CI/CD to handle dynamic injection of values that should not be commited to repo.

Enhancement

trinix
published 1.6.0 •

Changelog

Source

v1.6.0 - (2021-07-28)

Enhancement

  • Added optional bundleContractTests to PortmanOptions that will take all operations that have contract tests applied, and move them to a 'Contract Test' folder on the root of the generated Collection
  • Any operations that do not have any contract tests will remain in their original place on the Collection
trinix
published 1.5.2 •

Changelog

Source

v1.5.2 - (2021-07-27)

Bugfix

  • Fix for proper handling of contract tests with "enabled:false" during tests generation (#115).
nicklloyd
published 1.5.1 •

Changelog

Source

v1.5.1 - (2021-07-26)

Bugfix

  • Replaced instances where we were spreading arrays until we can safely upgrade packages that rely on outdated tslib
nicklloyd
published 1.5.0 •

Changelog

Source

v1.5.0 - (2021-07-23)

Enhancement

  • Added SecurityOverwrite options for methods: apiKey, Bearer Token & basic auth (#106)

Bugfix

  • Fix for the issue "spreadArray is not a function" since the __spreadArrays function for TypeScript has been deprecated (#99)
trinix
published 1.4.4 •

Changelog

Source

v1.4.4 - (2021-07-22)

Enhancement

  • Updated docs with an example for filtering
  • Bumped openapi-format to 1.2.5
  • Fix to prevent the unwanted addition 'Variation Tests'
nicklloyd
published 1.4.3 •

Changelog

Source

v1.4.3 - (2021-07-22)

Bugfix

  • Fix conflicting prompt alias that would not allow --local to be passed in as cli argument
trinix
published 1.4.2 •

Changelog

Source

v1.4.2 - (2021-07-20)

Enhancement

  • Optimised the upload to postman process (#41)

Bugfix

  • Fix to handle invalid postmanUid impacting the upload to Postman (#88)
nicklloyd
published 1.4.1 •

Changelog

Source

v1.4.1 - (2021-07-19)

Enhancement

  • Portman exit codes have been changed to exit(1) to make it easier for external processes running Portman to distinguish fail vs. done.
nicklloyd
published 1.4.0 •

Changelog

Source

v1.4.0 - (2021-07-16)

Enhancement

  • Phased out "node-fetch" in favour of "Axios" + improved error handling for remote OAS files
  • newmanRunOptions can now be passed as an object via cli argument --newmanRunOptions, or cliOptionsFile. This will be used to extend/overwrite Portmans default Newman options. 🎉
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