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

wsgrpc

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsgrpc - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

lib/node.d.ts

7

lib/Channel.js

@@ -44,9 +44,10 @@ "use strict";

this.createConnection = require("./ws/client").createConnection;
;
}
else if (url.startsWith("http")) {
this.createConnection = require("./h2/client").createConnection;
//this.createConnection = require("./h2/client").createConnection;
this.createConnection = eval("require(\"./h2/client\").createConnection");
}
else if (url.startsWith("grpc")) {
this.createConnection = require("./grpc/client").createConnection;
//this.createConnection = require("./grpc/client").createConnection;
this.createConnection = eval("require(\"./grpc/client\").createConnection");
}

@@ -53,0 +54,0 @@ else {

{
"name": "wsgrpc",
"version": "1.2.3",
"version": "1.2.4",
"description": "",

@@ -5,0 +5,0 @@ "author": "tsangpo",

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