postman-collection
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
544008
11815
+ Addedmarked@1.0.0(transitive)
+ Addedmime-db@1.44.0(transitive)
+ Addedmime-types@2.1.27(transitive)
+ Addedpostman-url-encoder@2.1.1(transitive)
+ Addedsemver@7.3.2(transitive)
+ Addeduuid@8.0.0(transitive)
- Removedmarked@0.8.0(transitive)
- Removedmime-db@1.43.0(transitive)
- Removedmime-types@2.1.26(transitive)
- Removedpostman-url-encoder@2.0.0(transitive)
- Removedsemver@7.1.3(transitive)
- Removeduuid@3.4.0(transitive)
Updatedmarked@1.0.0
Updatedmime-types@2.1.27
Updatedpostman-url-encoder@2.1.1
Updatedsemver@7.3.2
Updateduuid@8.0.0