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

@textile/grpc-connection

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/grpc-connection - npm Package Compare versions

Comparing version 0.1.4-alpha.0 to 0.1.4

2

dist/index.js

@@ -25,3 +25,3 @@ "use strict";

return new Promise((resolve, reject) => {
const metadata = Object.assign(Object.assign({}, this.context.toJSON()), ctx === null || ctx === void 0 ? void 0 : ctx.toJSON());
const metadata = ctx ? Object.assign({}, ctx.toJSON()) : Object.assign({}, this.context.toJSON());
grpc_web_1.grpc.unary(methodDescriptor, {

@@ -28,0 +28,0 @@ request: req,

{
"name": "@textile/grpc-connection",
"version": "0.1.4-alpha.0",
"version": "0.1.4",
"description": "web-gRPC state manager for grpc-connection.",

@@ -32,3 +32,3 @@ "main": "dist/index",

"@improbable-eng/grpc-web": "^0.12.0",
"@textile/context": "^0.6.8",
"@textile/context": "^0.7.0",
"@textile/grpc-transport": "^0.0.3"

@@ -40,3 +40,3 @@ },

},
"gitHead": "b60801a94d8667339435f3f9bf303e5963b6df68"
"gitHead": "a62eb930868b2f3f7621a98f485663e142eb524f"
}

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