Socket
Socket
Sign inDemoInstall

postman-collection

Package Overview
Dependencies
Maintainers
6
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.5.1 to 3.5.2-beta.1

7

lib/collection/request-body.js

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

/**
* If the request has body Options associated with it, the data is held in this field.
*
* @type {Object}
*/
options: _.isObject(options.options) ? options.options : undefined,
/**
* Indicates whether to include body in request or not.

@@ -136,0 +143,0 @@ *

4

package.json

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

"author": "Postman Labs <help@getpostman.com>",
"version": "3.5.1",
"version": "3.5.2-beta.1",
"keywords": [

@@ -54,3 +54,3 @@ "postman"

"bipbip": "0.4.1",
"browserify": "16.3.0",
"browserify": "16.5.0",
"btoa": "1.2.1",

@@ -57,0 +57,0 @@ "chai": "4.2.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