Socket
Socket
Sign inDemoInstall

postman-code-generators

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-code-generators - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

CHANGELOG.md
v1.2.1 (April 26, 2022)
* Add label for 'R' language
v1.2 (April 22, 2022)
v1.2.0 (April 22, 2022)
* Add new codegens - php-guzzle, R-httr, R-rcurl

@@ -6,0 +6,0 @@ * Fix issue with pipeline failing due to updated version of RestSharp

@@ -24,3 +24,3 @@ var self = module.exports = {

// Escape backslash if double quote was already escaped before call to sanitize
inputString = inputString.replace(/(?<!\\)\\\\"/g, '\\\\\\"');
//inputString = inputString.replace(/(?<!\\)\\\\"/g, '\\\\\\"');
}

@@ -27,0 +27,0 @@ else if (quoteType === '\'') {

{
"name": "postman-code-generators",
"version": "1.2.1",
"version": "1.2.2",
"description": "Generates code snippets for a postman collection",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -38,2 +38,3 @@

|PHP | cURL |
|PHP | Guzzle |
|PHP | pecl_http |

@@ -44,2 +45,4 @@ |PHP | HTTP_Request2 |

| Python | Requests |
| R | httr |
| R | RCurl |
| Ruby | Net:HTTP |

@@ -46,0 +49,0 @@ | Shell | Httpie |

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