New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

port_agent

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

port_agent - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

package.json
{
"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.

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