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

arc-rpc

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-rpc - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "arc-rpc",
"version": "1.2.3",
"version": "1.2.4",
"description": "Asynchronous Remote Classes make RPC simple",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -68,3 +68,3 @@ # Arc RPC

await clientRpc.class.clientTest()
// This is garuanteed to be afterwards, as ES7 awaits are used

@@ -75,4 +75,8 @@ console.log("Remotely called client test!")

## Why are you encrypting IPC streams??
This is made for a specific project, soon the node-ipc connections will be replaced with net sockets, or be replaced with a net library. I know, it's silly this way.
## Basic documentation
I'll get to completing this later
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