Socket
Socket
Sign inDemoInstall

postman-collection-transformer

Package Overview
Dependencies
7
Maintainers
4
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.7 to 4.1.8

7

lib/converters/v1.0.0/converter-v1-to-v2.js

@@ -291,3 +291,10 @@ /* eslint-disable object-shorthand */

}
else if (requestV1.dataOptions &&
requestV1.dataOptions.graphql !== undefined &&
!_.isEmpty(requestV1.data)
) {
graphqlModeData = requestV1.data;
}
// set data.mode.

@@ -294,0 +301,0 @@ // if dataMode is not set, infer from data or rawModeData or graphqlModeData

2

package.json
{
"name": "postman-collection-transformer",
"version": "4.1.7",
"version": "4.1.8",
"description": "Perform rapid conversation and validation of JSON structure between Postman Collection Format v1 and v2",

@@ -5,0 +5,0 @@ "author": "Postman Inc.",

Sorry, the diff of this file is not supported yet

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