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

wandboxjs

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wandboxjs - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json

@@ -6,3 +6,3 @@ {

"name": "wandboxjs",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",

@@ -9,0 +9,0 @@ "devDependencies": {},

@@ -223,3 +223,3 @@ const fetch = require("node-fetch")

const end = splitted.findIndex(i => i.includes("data: ExitCode"));
let result = splitted.slice(5, end - 4).filter(i => (!i.includes("\r"))).join("\n").replace(/(data: |data:|StdOut:|StdErr:|\\n)/g, "").split("\n").filter(i => i !== "" && i !== "\r").join("\n");
let result = splitted.slice(5, end - 3).filter(i => (!i.includes("\r"))).join("\n").replace(/(data: |data:|StdOut:|StdErr:|\\n)/g, "").split("\n").filter(i => i !== "" && i !== "\r").join("\n");
return result;

@@ -226,0 +226,0 @@ }

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