postman-sandbox
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -1,3 +0,3 @@ | ||
const CookieJar = require('tough-cookie').CookieJar, | ||
ToughCookie = require('tough-cookie').Cookie, | ||
const CookieJar = require('@postman/tough-cookie').CookieJar, | ||
ToughCookie = require('@postman/tough-cookie').Cookie, | ||
PostmanCookie = require('postman-collection').Cookie, | ||
@@ -4,0 +4,0 @@ PostmanCookieList = require('postman-collection').CookieList, |
const _ = require('lodash'), | ||
Store = require('tough-cookie').Store, | ||
Cookie = require('tough-cookie').Cookie, | ||
Store = require('@postman/tough-cookie').Store, | ||
Cookie = require('@postman/tough-cookie').Cookie, | ||
@@ -6,0 +6,0 @@ EXECUTION_EVENT_BASE = 'execution.cookies.', |
{ | ||
"name": "postman-sandbox", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Sandbox for Postman Scripts to run in Node.js or browser", | ||
@@ -46,3 +46,3 @@ "author": "Postman Inc.", | ||
"lodash": "4.17.21", | ||
"postman-collection": "4.1.6", | ||
"postman-collection": "4.1.7", | ||
"teleport-javascript": "1.0.0", | ||
@@ -53,2 +53,3 @@ "uvm": "2.1.1" | ||
"@postman/shipit": "^0.4.0", | ||
"@postman/tough-cookie": "4.1.2-postman.1", | ||
"ajv": "6.12.5", | ||
@@ -70,3 +71,3 @@ "assert": "2.0.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-jsdoc": "^39.6.7", | ||
"eslint-plugin-jsdoc": "^39.6.8", | ||
"eslint-plugin-lodash": "^7.4.0", | ||
@@ -95,3 +96,2 @@ "eslint-plugin-mocha": "^10.0.5", | ||
"terser": "^5.16.1", | ||
"tough-cookie": "3.0.1", | ||
"tsd-jsdoc": "^2.5.0", | ||
@@ -98,0 +98,0 @@ "tv4": "1.3.0", |
@@ -1,2 +0,2 @@ | ||
# Postman Sandbox [![Build Status](https://travis-ci.com/postmanlabs/postman-sandbox.svg?branch=develop)](https://travis-ci.com/postmanlabs/postman-sandbox) [![codecov](https://codecov.io/gh/postmanlabs/postman-sandbox/branch/develop/graph/badge.svg)](https://codecov.io/gh/postmanlabs/postman-sandbox) | ||
# Postman Sandbox [![Build Status](https://github.com/postmanlabs/postman-sandbox/actions/workflows/ci.yml/badge.svg)](https://github.com/postmanlabs/postman-sandbox/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/postmanlabs/postman-sandbox/branch/develop/graph/badge.svg)](https://codecov.io/gh/postmanlabs/postman-sandbox) | ||
@@ -3,0 +3,0 @@ Module that unifies execution of third-party JavaScript within Node.js and Browser. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5339448
+ Addedpostman-collection@4.1.7(transitive)
- Removedpostman-collection@4.1.6(transitive)
Updatedpostman-collection@4.1.7