New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

simple-threads

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-threads - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json

@@ -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": {

@@ -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',