Socket
Socket
Sign inDemoInstall

nice-grpc-web

Package Overview
Dependencies
9
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.4 to 3.3.0

1

lib/client/transports/fetch.d.ts
import { Transport } from '../Transport';
export interface FetchTransportConfig {
credentials?: RequestCredentials;
cache?: RequestCache;
}

@@ -5,0 +6,0 @@ /**

2

lib/client/transports/fetch.js

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

signal,
cache: 'no-cache',
cache: config === null || config === void 0 ? void 0 : config.cache,
['duplex']: 'half',

@@ -51,0 +51,0 @@ credentials: config === null || config === void 0 ? void 0 : config.credentials,

{
"name": "nice-grpc-web",
"version": "3.2.4",
"version": "3.3.0",
"description": "A Browser gRPC library that is nice to you",

@@ -86,3 +86,3 @@ "keywords": [

},
"gitHead": "da69b2d07a8375ce3432fcd08db4162b55264a21"
"gitHead": "1c72e575dbd5cf8da3e47ca39c79647e577eba78"
}

@@ -8,2 +8,3 @@ import {throwIfAborted} from 'abort-controller-x';

credentials?: RequestCredentials;
cache?: RequestCache;
}

@@ -57,3 +58,3 @@

signal,
cache: 'no-cache',
cache: config?.cache,
['duplex' as any]: 'half',

@@ -60,0 +61,0 @@ credentials: config?.credentials,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc