Socket
Socket
Sign inDemoInstall

@push-rpc/core

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@push-rpc/core - npm Package Compare versions

Comparing version 1.0.33 to 1.0.34

2

dist/rpc.d.ts

@@ -27,3 +27,3 @@ /**

export interface LocalTopic<D, P, TD = D> {
trigger(p?: P, data?: TD): void;
trigger(p?: Partial<P>, data?: TD): void;
}

@@ -30,0 +30,0 @@ export interface RpcConnectionContext<Remote = any> {

{
"name": "@push-rpc/core",
"version": "1.0.33",
"version": "1.0.34",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -54,3 +54,3 @@ /**

export interface LocalTopic<D, P, TD = D> {
trigger(p?: P, data?: TD): void
trigger(p?: Partial<P>, data?: TD): void
}

@@ -57,0 +57,0 @@

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