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

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.2 to 3.6.3

7

lib/superstring/dynamic-variables.js

@@ -94,2 +94,9 @@ var faker = require('faker/locale/en'),

$isoTimestamp: {
description: 'The current ISO timestamp at zero UTC',
generator: function () {
return new Date().toISOString();
}
},
$randomInt: {

@@ -96,0 +103,0 @@ description: 'A random integer between 1 and 1000',

8

package.json

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

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

@@ -40,5 +40,5 @@ "postman"

"http-reasons": "0.1.0",
"iconv-lite": "0.5.1",
"iconv-lite": "0.6.2",
"liquid-json": "0.3.1",
"lodash": "4.17.15",
"lodash": "4.17.19",
"marked": "1.1.0",

@@ -84,3 +84,3 @@ "mime-format": "2.0.0",

"shelljs": "0.8.4",
"strip-json-comments": "3.1.0"
"strip-json-comments": "3.1.1"
},

@@ -87,0 +87,0 @@ "homepage": "https://github.com/postmanlabs/postman-collection#readme",

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