port_agent
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "port_agent", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A RPC-like facility for making inter-thread function calls.", | ||
@@ -10,3 +10,3 @@ "main": "./dist/index.js", | ||
"clean:build": "npm run clean && npm run build", | ||
"test": "npm run clean:build && cd tests/test && npm run build && node .", | ||
"test": "npm run clean:build && npm install --prefix ./tests/test && npm run clean:build:start --prefix ./tests/test", | ||
"watch": "tsc --watch" | ||
@@ -13,0 +13,0 @@ }, |
@@ -17,3 +17,3 @@ # Port Agent | ||
- [Concepts](#concepts) | ||
- [The Agent.](#the-agent) | ||
- [Agent](#agent) | ||
- [API](#api) | ||
@@ -31,3 +31,3 @@ - [Usage](#usage) | ||
### The Agent. | ||
### Agent | ||
@@ -34,0 +34,0 @@ An instance of an `Agent` facilitates communication across threads. The `Agent` can be used in order to register a function in one thread and call it from another thread. Calls may be made from the main thread to a worker thread, and conversely from a worker thread to the main thread. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18942