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

@apideck/portman

Package Overview
Dependencies
Maintainers
1
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.10.0

Diff

Changelog

Source

v1.10.0 - (2021-11-15)

  • Overwrites - Extended the overwriteRequestHeaders capabilities with the option to insert new headers in Postman
  • Overwrites - Extended the overwriteRequestQueryParams capabilities with the option to insert new query params in Postman
  • ContentTest - Added new test type "requestHeader"
  • ContentTest - Extended the ContentTest for "requestBody" with checks : contains, length
  • ContentTest - Added the ContentTest for "requestHeader" with checks : key, value, contains, length
  • Variation Testing - Added the option to target the expected openApiResponse, skipping the variation if the response is not defined in OpenAPI
  • Added support for loading cliOptionsFile in YAML format
  • Fix for bundle contract folder issue (#145)
  • Rework PostmanSyncService to be more resilient when handling cross workspace workflows (#164)
  • Extend unit tests for Postman class itself
  • Update Portman Config jsonSchema
  • Fix typo in OAS URL error string (#168)
  • Fuzzing - Added fuzzing variation generation of the request body fields for OpenAPI properties: required, minimum number, maximum number, minLength, maxLength
  • Fuzzing - Added fuzzing variation generation of the request query parameters for OpenAPI properties: required, minimum number, maximum number, minLength, maxLength
  • Fuzzing - Added fuzzing variation generation of the request headers for OpenAPI properties: required, minimum number, maximum number, minLength, maxLength
  • Fuzzing - Added support for Postman Dynamic Variables on the minLength, maxLength for fuzzing options
trinix
published 1.9.3 •

Changelog

Source

v1.9.3 - (2021-10-20)

  • Improved the handling of JSON schema maxItems/minItems for the types: array or null
  • Bumped dependencies
trinix
published 1.9.2 •

Changelog

Source

v1.9.2 - (2021-10-12)

  • Added support for passing postmanWorkspaceName & postmanUid as .ENV variables
  • Improved the "raw replacements" method to handle the special characters safely
  • Bumped dependencies
trinix
published 1.9.1 •

Changelog

Source

v1.9.1 - (2021-10-04)

  • Support loading Portman config in YAML format
  • Added newmanOptionsFile as a Portman CLI option, to pass options for configuring Newman
  • Bumped dependencies
trinix
published 1.8.3 •

Changelog

Source

v1.8.3 - (2021-09-27)

  • Support overwrites for a request body array and array related cases (#143)
  • Implemented optional chaining for safer handling of JSON response when assigning vars
  • Added an INFO message when variable could not be assigned
trinix
published 1.8.2 •

Changelog

Source

v1.8.2 - (2021-09-17)

  • Code rebuild of missing fix for unwanted maxItems (#133)
  • Handle array for assign responseBodyProp (#134)
  • Documented "operationPreRequestScripts" properties in the readme
trinix
published 1.8.1 •

Changelog

Source

v1.8.1 - (2021-09-02)

  • Bug fix for unwanted maxItems on the root level on a JSON Schema validation (#133)
trinix
published 1.8.0 •

Changelog

Source

v1.8.0 - (2021-08-26)

  • Added support for Postman Workspace when uploading collections (#118)
  • Bug fix where portmanReplacements & upload to Postman had different results (#130)
  • Improve output for CI and smaller terminals (#126)
  • Updated example
nicklloyd
published 1.7.0 •

Changelog

Source

v1.7.0 - (2021-08-02)

Enhancement

  • Added overwrite overwriteRequestSecurity to be able to fine tune auth on a request level. This allows you to (for example) ensure all operations are authenticated via variation tests.
nicklloyd
published 1.6.2 •

Changelog

Source

v1.6.2 - (2021-08-02)

Housekeeping

  • remove console.log from variable injection
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