turboscript
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -57,6 +57,6 @@ #! /usr/bin/env node | ||
console.log("TURBO_PATH:"+global["TURBO_PATH"]) | ||
console.log("TURBO_PATH:"+global["TURBO_PATH"]); | ||
//Import compiler | ||
require(path.resolve(process.env.TURBO_PATH, "bin/turbo.js")); | ||
require(path.resolve("./turbo.js")); | ||
@@ -63,0 +63,0 @@ SystemJS.import("main").then(function (mod) { |
{ | ||
"name": "turboscript", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Super charged JavaScript for parallel programming and WebAssembly", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
32131991
271
37556
12