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.6.5 to 3.6.6

.github/dependabot.yml

2

lib/collection/property-list.js

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

// if multiple values are allowed, the reference may contain an array of items, mapped to an index.
if (this._postman_listAllowsMultipleValues && this.reference.hasOwnProperty(index)) {
if (this._postman_listAllowsMultipleValues && Object.hasOwnProperty.call(this.reference, index)) {

@@ -136,0 +136,0 @@ // if the value is not an array, convert it to an array.

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

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

@@ -38,3 +38,3 @@ "postman"

"escape-html": "1.0.3",
"faker": "4.1.0",
"faker": "5.1.0",
"file-type": "3.9.0",

@@ -44,3 +44,3 @@ "http-reasons": "0.1.0",

"liquid-json": "0.3.1",
"lodash": "4.17.19",
"lodash": "4.17.20",
"marked": "1.1.1",

@@ -47,0 +47,0 @@ "mime-format": "2.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc