Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.6.0 to 3.6.1

6

lib/collection/item.js

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

this.forEachParent({ withRoot: true }, function (entity) {
protocolProfileBehavior = Object.assign(extractProtocolProfileBehavior(entity), protocolProfileBehavior);
protocolProfileBehavior = Object.assign(
{},
extractProtocolProfileBehavior(entity),
protocolProfileBehavior
);
});

@@ -229,0 +233,0 @@

10

lib/collection/proxy-config.js

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

* "tunnel": true,
* "disabled": false
* "disabled": false,
* "authenticate": true,
* "username": "proxy_username",
* "password": "proxy_password"
* }

@@ -63,3 +66,6 @@ */

* tunnel: true,
* disabled: false
* disabled: false,
* authenticate: true,
* username: 'proxy_username',
* password: 'proxy_password'
* });

@@ -66,0 +72,0 @@ */

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

"author": "Postman Labs <help@getpostman.com>",
"version": "3.6.0",
"version": "3.6.1",
"keywords": [

@@ -43,14 +43,14 @@ "postman"

"lodash": "4.17.15",
"marked": "0.8.0",
"marked": "1.0.0",
"mime-format": "2.0.0",
"mime-types": "2.1.26",
"postman-url-encoder": "2.0.0",
"mime-types": "2.1.27",
"postman-url-encoder": "2.1.1",
"sanitize-html": "1.20.1",
"semver": "7.1.3",
"uuid": "3.4.0"
"semver": "7.3.2",
"uuid": "8.0.0"
},
"devDependencies": {
"async": "2.6.2",
"async": "3.2.0",
"bipbip": "0.4.1",
"browserify": "16.5.0",
"browserify": "16.5.1",
"btoa": "1.2.1",

@@ -62,7 +62,7 @@ "chai": "4.2.0",

"eslint-plugin-jsdoc": "8.1.0",
"eslint-plugin-lodash": "5.1.1",
"eslint-plugin-lodash": "7.1.0",
"eslint-plugin-mocha": "6.3.0",
"eslint-plugin-security": "1.4.0",
"js-yaml": "3.13.1",
"jsdoc": "3.6.3",
"jsdoc": "3.6.4",
"jsdoc-to-markdown": "5.0.3",

@@ -72,10 +72,10 @@ "karma": "3.1.4",

"karma-chrome-launcher": "3.1.0",
"karma-mocha": "1.3.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"mocha": "7.0.1",
"mustache": "4.0.0",
"mocha": "7.1.2",
"mustache": "4.0.1",
"nyc": "14.1.1",
"parse-gitignore": "1.0.1",
"postman-jsdoc-theme": "0.0.3",
"postman-request": "2.88.1-postman.19",
"postman-request": "2.88.1-postman.22",
"puppeteer": "1.20.0",

@@ -85,4 +85,4 @@ "recursive-readdir": "2.2.2",

"schema-compiler": "0.0.3",
"shelljs": "0.8.3",
"strip-json-comments": "3.0.1"
"shelljs": "0.8.4",
"strip-json-comments": "3.1.0"
},

@@ -89,0 +89,0 @@ "homepage": "https://github.com/postmanlabs/postman-collection#readme",

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