You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

postman-collection

Package Overview
Dependencies
Maintainers
6
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.7-beta.3 to 3.4.7

6

lib/collection/query-param.js
var _ = require('../util').lodash,
// @todo discontinue in v4
urlEncoder = require('postman-url-encoder'),

@@ -148,2 +150,4 @@

*
* @deprecated since v3.4.6, drop support for `options.encode`
*
* @todo - remove disabled arg and flatten params (retain back compat)

@@ -188,2 +192,4 @@ */

* @returns {String}
*
* @deprecated since v3.4.6, drop support for `encode`
*/

@@ -190,0 +196,0 @@ unparseSingle: function (obj, encode) {

4

lib/collection/url.js

@@ -283,2 +283,4 @@ var _ = require('../util').lodash,

*
* @deprecated since v3.4.6, drop support for `encode`
*
* @note Deprecated variant of this function is as follows:

@@ -308,2 +310,4 @@ * - param {?Object} [options={}]

* @example /something/postman?hi=notbye
*
* @deprecated since v3.4.6, drop support for `encodeQuery`
*/

@@ -310,0 +314,0 @@ getPathWithQuery: function (encodeQuery) {

12

package.json

@@ -5,3 +5,3 @@ {

"author": "Postman Labs <help@getpostman.com>",
"version": "3.4.7-beta.3",
"version": "3.4.7",
"keywords": [

@@ -41,6 +41,6 @@ "postman"

"lodash": "4.17.11",
"marked": "0.6.1",
"marked": "0.6.2",
"mime-format": "2.0.0",
"mime-types": "2.1.22",
"postman-url-encoder": "1.0.1",
"postman-url-encoder": "1.0.2",
"sanitize-html": "1.20.0",

@@ -63,3 +63,3 @@ "semver": "6.0.0",

"istanbul": "0.4.5",
"js-yaml": "3.13.0",
"js-yaml": "3.13.1",
"jsdoc": "3.5.5",

@@ -72,7 +72,7 @@ "jsdoc-to-markdown": "4.0.1",

"karma-mocha-reporter": "2.2.5",
"mocha": "6.0.2",
"mocha": "6.1.0",
"mustache": "3.0.1",
"parse-gitignore": "1.0.1",
"postman-jsdoc-theme": "0.0.3",
"postman-request": "2.88.1-postman.8",
"postman-request": "2.88.1-postman.9",
"puppeteer": "1.14.0",

@@ -79,0 +79,0 @@ "require-all": "3.0.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc