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

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.0.1 to 4.0.2

4

lib/superstring/dynamic-variables.js

@@ -102,3 +102,3 @@ var faker = require('faker/locale/en'),

$randomInt: {
description: 'A random integer between 1 and 1000',
description: 'A random integer between 0 and 1000',
generator: function () {

@@ -316,3 +316,3 @@ return ~~(Math.random() * (1000 + 1));

$randomPrice: {
description: 'A random price between 100.00 and 999.00',
description: 'A random price between 0.00 and 1000.00',
generator: faker.finance.amount

@@ -319,0 +319,0 @@ },

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

@@ -42,4 +42,4 @@ "author": "Postman Inc.",

"mime-format": "2.0.1",
"mime-types": "2.1.31",
"postman-url-encoder": "3.0.3",
"mime-types": "2.1.32",
"postman-url-encoder": "3.0.4",
"semver": "7.3.5",

@@ -50,3 +50,3 @@ "uuid": "8.3.2"

"@postman/shipit": "^0.3.0",
"async": "^3.2.0",
"async": "^3.2.1",
"bipbip": "^0.4.2",

@@ -56,6 +56,6 @@ "browserify": "^17.0.0",

"chai": "^4.3.4",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"dependency-check": "^4.1.0",
"eslint": "^7.31.0",
"eslint-plugin-jsdoc": "^36.0.2",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^36.0.6",
"eslint-plugin-lodash": "^7.2.0",

@@ -71,3 +71,3 @@ "eslint-plugin-mocha": "^9.0.0",

"karma-mocha-reporter": "^2.2.5",
"mocha": "^9.0.2",
"mocha": "^9.0.3",
"nyc": "^15.1.0",

@@ -74,0 +74,0 @@ "parse-gitignore": "^1.0.1",

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