postman-sandbox
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -113,2 +113,3 @@ const _ = require('lodash'), | ||
this.emit('execution', err, id, result); | ||
this.removeAllListeners(consoleEventName); | ||
callback(err, result); | ||
@@ -115,0 +116,0 @@ }); |
@@ -169,2 +169,3 @@ const _ = require('lodash'), | ||
bridge.off(responseEventName); | ||
bridge.off(cookiesEventName); | ||
@@ -171,0 +172,0 @@ if (err) { // fire extra execution error event |
{ | ||
"name": "postman-sandbox", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Sandbox for Postman Scripts to run in Node.js or browser", | ||
@@ -68,7 +68,7 @@ "author": "Postman Inc.", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-jsdoc": "^39.6.2", | ||
"eslint-plugin-jsdoc": "^39.6.7", | ||
"eslint-plugin-lodash": "^7.4.0", | ||
"eslint-plugin-mocha": "^10.0.5", | ||
"eslint-plugin-security": "^1.5.0", | ||
"jquery": "^3.6.1", | ||
"eslint-plugin-security": "^1.6.0", | ||
"jquery": "^3.6.3", | ||
"js-yaml": "^4.1.0", | ||
@@ -92,3 +92,3 @@ "jsdoc": "^3.6.10", | ||
"sinon-chai": "^3.7.0", | ||
"terser": "^5.15.1", | ||
"terser": "^5.16.1", | ||
"tough-cookie": "3.0.1", | ||
@@ -95,0 +95,0 @@ "tsd-jsdoc": "^2.5.0", |
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
5288723
11032