postman-sandbox
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -93,2 +93,6 @@ var _ = require('lodash'), | ||
// @note delete response from the execution object to avoid dispatching | ||
// the large response payload back due to performance reasons. | ||
execution.response && (delete execution.response); | ||
// fire the execution completion event | ||
@@ -95,0 +99,0 @@ (dnd !== true) && bridge.dispatch(executionEventName, err || null, execution); |
@@ -24,3 +24,4 @@ #!/usr/bin/env node | ||
function (buf, next) { | ||
fs.writeFile(file, `module.exports=function(d){d(null, new Buffer(${JSON.stringify(buf)}.data));};`, next); | ||
// eslint-disable-next-line max-len | ||
fs.writeFile(file, `module.exports=function(d){d(null,Buffer.from('${buf.toString('base64')}','base64'));};`, next); | ||
}, | ||
@@ -27,0 +28,0 @@ |
@@ -10,4 +10,4 @@ #!/usr/bin/env node | ||
require('./test-lint'), | ||
require('./cache'), | ||
require('./test-system'), | ||
require('./cache'), | ||
require('./test-unit'), | ||
@@ -14,0 +14,0 @@ require('./test-vm'), |
{ | ||
"name": "postman-sandbox", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Sandbox for Postman Scripts to run in NodeJS or Chrome", | ||
@@ -58,3 +58,3 @@ "main": "index.js", | ||
"eslint-plugin-lodash": "5.1.0", | ||
"eslint-plugin-mocha": "6.2.1", | ||
"eslint-plugin-mocha": "6.2.2", | ||
"eslint-plugin-security": "1.4.0", | ||
@@ -65,3 +65,3 @@ "istanbul": "0.4.5", | ||
"jsdoc": "3.6.3", | ||
"jsdoc-to-markdown": "5.0.2", | ||
"jsdoc-to-markdown": "5.0.3", | ||
"karma": "3.1.4", | ||
@@ -78,3 +78,3 @@ "karma-browserify": "6.1.0", | ||
"parse-gitignore": "1.0.1", | ||
"postman-collection": "3.5.4", | ||
"postman-collection": "3.5.5", | ||
"puppeteer": "2.0.0", | ||
@@ -81,0 +81,0 @@ "recursive-readdir": "2.2.2", |
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
87
7411794
14912
10