Socket
Socket
Sign inDemoInstall

postman-collection

Package Overview
Dependencies
Maintainers
5
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-collection - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0-beta.1

3

examples/collection-v2.json

@@ -105,2 +105,5 @@ {

"server": "https://proxy.com"
},
"protocolProfileBehavior": {
"disableBodyPruning": true
}

@@ -107,0 +110,0 @@ },

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

/**
* @private
* @type {String}
*/
OBJECT = 'object',
/**
* Extracts `auth` from an entity. Checks if `auth` is present and it is not falsy type.

@@ -138,3 +144,14 @@ *

*/
events: new EventList(this, definition && definition.event)
events: new EventList(this, definition && definition.event),
/**
* Set of configurations used to alter the usual behavior of sending the request.
*
* @type {Object}
* @property {Boolean} disableBodyPruning Disable body pruning for request methods like GET, HEAD etc.
*
* @todo Inherit this from ItemGroup & Collection
*/
protocolProfileBehavior: definition && typeof definition.protocolProfileBehavior === OBJECT ?
definition.protocolProfileBehavior : undefined
});

@@ -141,0 +158,0 @@ }), Property);

@@ -111,3 +111,10 @@ var _ = require('../util').lodash,

*/
file: file
file: file,
/**
* Indicates whether to include body in request or not.
*
* @type {Boolean}
*/
disabled: options.disabled
});

@@ -114,0 +121,0 @@ },

8

package.json

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

"author": "Postman Labs <help@getpostman.com>",
"version": "3.2.1",
"version": "3.3.0-beta.1",
"keywords": [

@@ -40,3 +40,3 @@ "postman"

"liquid-json": "0.3.1",
"lodash": "4.17.10",
"lodash": "4.17.11",
"marked": "0.5.0",

@@ -46,3 +46,3 @@ "mime-format": "2.0.0",

"postman-url-encoder": "1.0.1",
"sanitize-html": "1.18.5",
"sanitize-html": "1.19.0",
"semver": "5.5.1",

@@ -73,3 +73,3 @@ "uuid": "3.3.2"

"mocha": "5.2.0",
"mustache": "2.3.2",
"mustache": "3.0.0",
"nsp": "2.8.1",

@@ -76,0 +76,0 @@ "packity": "0.3.2",

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