Socket
Socket
Sign inDemoInstall

postman-collection

Package Overview
Dependencies
Maintainers
4
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 4.2.0 to 4.2.1

1

lib/collection/variable.js

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

_.has(options, 'disabled') && (this.disabled = options.disabled);
_.has(options, 'description') && (this.describe(options.description));
}

@@ -212,0 +213,0 @@ });

4

package.json
{
"name": "postman-collection",
"version": "4.2.0",
"version": "4.2.1",
"description": "Enables developers to use a unified Postman Collection format Object across projects",

@@ -53,3 +53,3 @@ "author": "Postman Inc.",

"btoa": "^1.2.1",
"chai": "^4.3.7",
"chai": "^4.3.8",
"chalk": "^4.1.2",

@@ -56,0 +56,0 @@ "dependency-check": "^4.1.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