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.34 to 1.0.35

3

dist/client.js

@@ -110,4 +110,3 @@ "use strict";

});
socket.onClose(function (_a) {
var code = _a.code, reason = _a.reason;
socket.onClose(function (code, reason) {
session.close();

@@ -114,0 +113,0 @@ if (connected) {

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

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

@@ -196,3 +196,3 @@ import {RpcSession} from "./RpcSession"

socket.onClose(({code, reason}) => {
socket.onClose((code, reason) => {
session.close()

@@ -199,0 +199,0 @@ if (connected) {

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