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

alice-bob

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

alice-bob - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json

@@ -6,3 +6,3 @@ {

"description": "transport agnostic strongly typed duplex rpc interfaces",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",

@@ -9,0 +9,0 @@ "repository": {

@@ -146,3 +146,3 @@ <h1 align="center">👫<br>alice-bob</h1>

[src/index.ts:6-19](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L6-L19 "Source code on GitHub")
[src/index.ts:6-19](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L6-L19 "Source code on GitHub")

@@ -153,3 +153,3 @@ Payload.

[src/index.ts:10-10](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L10-L10 "Source code on GitHub")
[src/index.ts:10-10](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L10-L10 "Source code on GitHub")

@@ -162,3 +162,3 @@ Payload id.

[src/index.ts:14-14](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L14-L14 "Source code on GitHub")
[src/index.ts:14-14](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L14-L14 "Source code on GitHub")

@@ -171,3 +171,3 @@ Method to call.

[src/index.ts:18-18](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L18-L18 "Source code on GitHub")
[src/index.ts:18-18](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L18-L18 "Source code on GitHub")

@@ -180,3 +180,3 @@ The arguments passed to the method.

[src/index.ts:28-70](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L25-L27 "Source code on GitHub")
[src/index.ts:28-70](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L25-L27 "Source code on GitHub")

@@ -189,3 +189,3 @@ Agent.

[src/index.ts:32-32](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L32-L32 "Source code on GitHub")
[src/index.ts:32-32](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L32-L32 "Source code on GitHub")

@@ -198,3 +198,3 @@ Whether or not to log debugging information.

[src/index.ts:38-38](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L38-L38 "Source code on GitHub")
[src/index.ts:38-38](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L38-L38 "Source code on GitHub")

@@ -208,3 +208,3 @@ The name of the agent. Defaults to either 'alice' or 'bob' depending

[src/index.ts:43-43](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L43-L43 "Source code on GitHub")
[src/index.ts:43-43](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L43-L43 "Source code on GitHub")

@@ -217,3 +217,3 @@ The send method overriden by the user to any transport.

[src/index.ts:49-49](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L49-L49 "Source code on GitHub")
[src/index.ts:49-49](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L49-L49 "Source code on GitHub")

@@ -227,3 +227,3 @@ Returns the send method. Used in contexts where it might

[src/index.ts:59-59](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L59-L59 "Source code on GitHub")
[src/index.ts:59-59](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L59-L59 "Source code on GitHub")

@@ -236,3 +236,3 @@ Overridable logging function. Defaults to `console.log()` and prepends `agent.name`.

[src/index.ts:78-283](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L78-L283 "Source code on GitHub")
[src/index.ts:78-283](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L78-L283 "Source code on GitHub")

@@ -247,3 +247,3 @@ AliceBob class.

[src/index.ts:91-91](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L91-L91 "Source code on GitHub")
[src/index.ts:91-91](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L91-L91 "Source code on GitHub")

@@ -256,3 +256,3 @@ The local Agent.

[src/index.ts:95-95](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L95-L95 "Source code on GitHub")
[src/index.ts:95-95](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L95-L95 "Source code on GitHub")

@@ -265,3 +265,3 @@ The remote Agent.

[src/index.ts:275-282](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L275-L282 "Source code on GitHub")
[src/index.ts:275-282](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L275-L282 "Source code on GitHub")

@@ -292,3 +292,3 @@ Returns the agents tuple `[alice, bob]`.

[src/index.ts:291-301](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L291-L301 "Source code on GitHub")
[src/index.ts:291-301](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L291-L301 "Source code on GitHub")

@@ -305,3 +305,3 @@ **Extends AliceBob**

[src/index.ts:309-319](https://github.com/stagas/alice-bob/blob/49f3271f05164b93761078f72c5b81df75400102/src/index.ts#L309-L319 "Source code on GitHub")
[src/index.ts:309-319](https://github.com/stagas/alice-bob/blob/1771495433409738554d2b92ad6783c57bed5833/src/index.ts#L309-L319 "Source code on GitHub")

@@ -308,0 +308,0 @@ **Extends AliceBob**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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