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

nthread-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nthread-js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "nthread-js",
"version": "0.0.1",
"description": "Create real thread in Node Js",
"version": "0.0.2",
"description": "Create real thread in Node Js from a lambda, file or external app",
"main": "nthread.js",

@@ -6,0 +6,0 @@ "scripts": {

# Nthread JS
Create real thread in Node Js
Create real thread in Node Js from a lambda, file or external app

@@ -63,3 +63,4 @@ ## Install

| connect(string: uri, any: param1, ...) : Promise | Function: Promise | Make a connection to an external thread/app
| create(function: callback, any: param1, ...) : Promise | Function: Promise | Create a new thread with a callback
| create(function: callback, any: param1, ...) : Promise | Function: Promise | Create a new thread from a callback
| load(string: filePath, any: param1, ...) : Promise | Function: Promise | Create a new thread from a file
| connection(function: callback) : Promise | Function: Promise | Wait a new external connection

@@ -66,0 +67,0 @@ | exit(number: code = 0) | Function | Close all thread and all connection

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