Socket
Socket
Sign inDemoInstall

postman-collection

Package Overview
Dependencies
11
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.6 to 4.1.7

2

lib/collection/request.js

@@ -63,3 +63,3 @@ var util = require('../util'),

*/
supportsBuffer = (typeof Buffer !== undefined) && _.isFunction(Buffer.byteLength),
supportsBuffer = (typeof Buffer !== 'undefined') && _.isFunction(Buffer.byteLength),

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

@@ -139,3 +139,3 @@ var util = require('../util'),

*/
supportsBuffer = (typeof Buffer !== undefined) && _.isFunction(Buffer.byteLength),
supportsBuffer = (typeof Buffer !== 'undefined') && _.isFunction(Buffer.byteLength),

@@ -142,0 +142,0 @@ /**

@@ -86,3 +86,3 @@ var util = require('../util'),

*/
supportsBuffer = (typeof Buffer !== undefined) && _.isFunction(Buffer.byteLength),
supportsBuffer = (typeof Buffer !== 'undefined') && _.isFunction(Buffer.byteLength),

@@ -89,0 +89,0 @@ /**

{
"name": "postman-collection",
"version": "4.1.6",
"version": "4.1.7",
"description": "Enables developers to use a unified Postman Collection format Object across projects",

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

"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-security": "^1.6.0",
"js-yaml": "^4.1.0",

@@ -63,0 +63,0 @@ "jsdoc": "^3.6.11",

@@ -1,2 +0,2 @@

# Postman Collection SDK [![Build Status](https://travis-ci.com/postmanlabs/postman-collection.svg?branch=develop)](https://travis-ci.com/postmanlabs/postman-collection) [![codecov](https://codecov.io/gh/postmanlabs/postman-collection/branch/develop/graph/badge.svg)](https://codecov.io/gh/postmanlabs/postman-collection)
# Postman Collection SDK [![Build Status](https://github.com/postmanlabs/postman-collection/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/postmanlabs/postman-collection/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/postmanlabs/postman-collection/branch/develop/graph/badge.svg)](https://codecov.io/gh/postmanlabs/postman-collection)

@@ -3,0 +3,0 @@ Postman Collection SDK is a NodeJS module that allows a developer to work with Postman Collections. Using this module a

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc