Socket
Socket
Sign inDemoInstall

postman-collection-transformer

Package Overview
Dependencies
Maintainers
4
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-collection-transformer - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

2

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

@@ -591,3 +591,3 @@ /* eslint-disable object-shorthand */

response.status = responseV1.responseCode && responseV1.responseCode.name || undefined;
response.code = responseV1.responseCode && responseV1.responseCode.code || undefined;
response.code = responseV1.responseCode && Number(responseV1.responseCode.code) || undefined;
response._postman_previewlanguage = responseV1.language;

@@ -594,0 +594,0 @@ response._postman_previewtype = responseV1.previewType;

{
"name": "postman-collection-transformer",
"version": "4.1.2",
"version": "4.1.3",
"description": "Perform rapid conversation and validation of JSON structure between Postman Collection Format v1 and v2",

@@ -35,3 +35,3 @@ "author": "Postman Inc.",

"dependencies": {
"commander": "7.2.0",
"commander": "8.0.0",
"inherits": "2.0.4",

@@ -49,5 +49,5 @@ "intel": "1.2.0",

"eslint": "^7.22.0",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-jsdoc": "^35.4.1",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-security": "^1.4.0",

@@ -60,3 +60,3 @@ "js-yaml": "^4.0.0",

"karma-mocha-reporter": "^2.2.5",
"mocha": "^8.3.2",
"mocha": "^9.0.1",
"nyc": "^15.1.0",

@@ -63,0 +63,0 @@ "packity": "^0.3.2",

Sorry, the diff of this file is not supported yet

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