simple-threads
Advanced tools
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "author": "Thomas Frank <thomas@nodebite.se (http://nodebite.se)", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "main": "simple-threads.js", | ||
@@ -8,0 +8,0 @@ "repository": { |
+7
-2
@@ -10,5 +10,10 @@ Easy to use threading of functions in Node.js | ||
| *Important to note:* The method **run** is available on all functions and methods when you are using **simple-threads**. It runs the function in a separate thread. | ||
| ```javascript | ||
| someFunction.run([func arguments]); | ||
| ``` | ||
| ### Basic example | ||
| *Important to note:** The method **run** is available on all functions and methods when you are using **simple-threads**. It runs the function in a separate thread. | ||
@@ -50,3 +55,3 @@ ```javascript | ||
| ``` | ||
| ```javascript | ||
| simpleThreads.require( | ||
@@ -53,0 +58,0 @@ 'Timer:precise-timer', |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
13945
0.47%262
1.95%