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

socket_protobuf

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket_protobuf - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

6

lib/client/ServerSocket.js

@@ -30,4 +30,4 @@ "use strict";

this._is_alive = false;
this.removeEvent();
if (null != this.socket) {
this.removeEvent();
this.socket.end();

@@ -47,2 +47,6 @@ }

this._is_alive = true;
if (null == this._functions) {
this.dispose();
return;
}
this._functions[0].apply(null);

@@ -49,0 +53,0 @@ });

2

package.json
{
"name": "socket_protobuf",
"version": "1.2.3",
"version": "1.2.4",
"description": "socket发送protobuf二进制流的SDK",

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

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