New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postman-sandbox

Package Overview
Dependencies
Maintainers
4
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-sandbox - npm Package Compare versions

Comparing version

to
4.1.4

6

lib/sandbox/index.js

@@ -61,6 +61,6 @@ /**!

value: function (error, structuredStackTrace) {
const errorString = String(error);
let errorString = `Error: ${error && error.message}`;
if (Array.isArray(structuredStackTrace) && structuredStackTrace.length) {
return `${errorString}\n at ${structuredStackTrace.join('\n at ')}`;
for (let i = 0; i < (structuredStackTrace && structuredStackTrace.length); i++) {
errorString += `\n at ${structuredStackTrace[i]}`;
}

@@ -67,0 +67,0 @@

{
"name": "postman-sandbox",
"version": "4.1.3",
"version": "4.1.4",
"description": "Sandbox for Postman Scripts to run in Node.js or browser",

@@ -5,0 +5,0 @@ "author": "Postman Inc.",

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