Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postman-collection

Package Overview
Dependencies
Maintainers
2
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 0.0.10 to 0.0.11

4

lib/collection/request.js

@@ -41,5 +41,5 @@ var _ = require('../util').lodash,

/**
* @type {Array<Header>}
* @type {PropertyList<Header>}
*/
headers: options.header ? new PropertyList(Header, this, options.header) : undefined,
headers: new PropertyList(Header, this, options.header),
/**

@@ -46,0 +46,0 @@ * @type {RequestBody|undefined}

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

*/
headers: options.header ? new PropertyList(Header, this, options.header) : undefined,
headers: new PropertyList(Header, this, options.header),

@@ -60,3 +60,3 @@ /**

*/
cookies: options.cookie ? new PropertyList(Cookie, this, options.cookie) : undefined,
cookies: new PropertyList(Cookie, this, options.cookie),

@@ -63,0 +63,0 @@ /**

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

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

@@ -24,2 +24,5 @@ "postman"

"build-schema": "scripts/build/build-schema.sh",
"build-wiki": "scripts/build/build-wiki.sh",
"publish-wiki": "scripts/publish/publish-wiki.sh",
"publish-docs": "scripts/publish/publish-docs.sh",
"test": "scripts/test/test.sh",

@@ -37,3 +40,3 @@ "test-unit": "scripts/test/test-unit.sh",

"escape-html": "^1.0.3",
"hawk": "3.1.2",
"hawk": "3.1.3",
"lodash": "^3.10.1",

@@ -55,2 +58,3 @@ "marked": "^0.3.5",

"jsdoc": "^3.4.0",
"jsdoc-to-markdown": "^1.3.3",
"jshint": "^2.8.0",

@@ -64,2 +68,3 @@ "karma": "^0.13.19",

"mustache": "^2.2.1",
"nsp": "^2.2.1",
"packity": "0.0.0-beta.3",

@@ -66,0 +71,0 @@ "require-all": "^2.0.0",

Sorry, the diff of this file is not supported yet

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