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
810

1.1.0

Diff

Changelog

Source

v1.1.0 - (2021-06-30)

Operation Selectors

  • new openApiOperationsIds setting can be passed as an array to selector operations for Portman to act on.

CLI

  • Added the option to upload a generated local postman collection and skip the Portman conversion
trinix
published 1.0.6 •

Changelog

Source

v1.0.6 - (2021-06-30)

CLI

  • Added the option to load an existing postman collection and skip the openAPI to postman conversion
trinix
published 1.0.5 •

Changelog

Source

v1.0.5 - (2021-06-29)

Dependencies

  • Added prompts package
nicklloyd
published 1.0.4 •

Changelog

Source

v1.0.4 - (2021-06-29)

Dependencies

  • move dev dependencies in package.json
nicklloyd
published 1.0.3 •

Changelog

Source

v1.0.3 - (2021-06-29)

Dependencies

  • updated postman-collection and others
nicklloyd
published 1.0.2 •

Changelog

Source

v1.0.2 - (2021-06-21)

Bug Fixes

  • contentTests that check against variables should use collectionVariables instead of environment variables

Variation Tests

  • nested folders (including variation tests) will be ignored when performing orderOfOperations
  • Added statusCode tests for variations based on the openApiResponse property
nicklloyd
published 1.0.1 •

Changelog

Source

v1.0.1 - (2021-06-18)

Overwrites

  • extend overwrites to allow injection of objects and not just primitive values
nicklloyd
published 1.0.0 •

Changelog

Source

v1.0.0 - (2021-06-18)

First Release

  • Major overhaul from base release
  • All features listed below

Added:

  • [x] Convert an OpenAPI document to a Postman collection
    • [x] Support for OpenAPI 3.0
  • Extend the Postman collection with capabilities
    • [x] Assign collection variables
      • [x] from ENV file
      • [x] from response body properties
      • [x] from response header properties
      • [x] from request body properties
    • [x] Inject Postman contract tests with
      • [x] HTTP response code validation
      • [x] Response time validation
      • [x] Response content-type validation
      • [x] Response JSON body validation
      • [x] Response JSON schema validation
      • [x] Response content validation
      • [x] Custom Postman tests
    • [x] Inject Postman variation tests for
      • [x] HTTP response code validation
      • [x] Response time validation
      • [x] Response content-type validation
      • [x] Response JSON body validation
      • [x] Response JSON schema validation
      • [x] Response content validation
      • [x] Custom Postman tests
    • [x] Inject Postman with
      • [x] Pre-request scripts on a collection level
    • [x] Modify Postman requests by
      • [x] Overwriting request path variables
      • [x] Overwriting request query params
      • [x] Overwriting request headers
      • [x] Overwriting request body
      • [x] Replace keywords with custom defined keys
      • [x] Replace values with custom defined values
      • [x] Search & replace any key/value with a specific value
      • [x] Order the collections requests
  • [x] Upload the Postman collection to your Postman app
  • [x] Test the Postman collection through Newman
  • [x] Manage everything in config file for easy local or CI/CD usage
nicklloyd
published 0.1.0 •

Changelog

Source

v0.1.0 - (2021-05-31)

OpenApi-Format / CLI options

  • Added CLI Option filterFile to pass path to filter options for ignoring requests in spec before passing to Postman conversion
nicklloyd
published 0.0.9 •

Changelog

Source

v0.0.9 - (2021-05-28)

CLI options

  • Added CLI Option envFile to pass a path to .env that Portman should use for 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