@textile/grpc-connection
Advanced tools
Comparing version 0.1.4-alpha.0 to 0.1.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
6666
+ Added@consento/sync-randombytes@1.0.5(transitive)
+ Added@textile/context@0.7.0(transitive)
+ Added@textile/security@0.3.0(transitive)
+ Addedseedrandom@3.0.5(transitive)
- Removed@textile/context@0.6.10(transitive)
- Removed@textile/security@0.2.8(transitive)
Updated@textile/context@^0.7.0