Comparing version 1.0.4 to 1.0.5
@@ -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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package