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

@bufbuild/connect-web

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufbuild/connect-web - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/cjs/connect-transport.js

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

method: "POST",
credentials: "same-origin",
credentials: transportOptions.credentials ?? "same-origin",
redirect: "error",

@@ -56,0 +56,0 @@ mode: "cors",

@@ -49,3 +49,3 @@ // Copyright 2021-2022 Buf Technologies, Inc.

method: "POST",
credentials: "same-origin",
credentials: transportOptions.credentials ?? "same-origin",
redirect: "error",

@@ -52,0 +52,0 @@ mode: "cors",

@@ -17,2 +17,8 @@ import type { BinaryReadOptions, BinaryWriteOptions } from "@bufbuild/protobuf";

/**
* Controls what the fetch client will do with credentials, such as
* Cookies. The default value is "same-origin". For reference, see
* https://fetch.spec.whatwg.org/#concept-request-credentials-mode
*/
credentials?: RequestCredentials;
/**
* Options for the binary wire format.

@@ -19,0 +25,0 @@ */

{
"name": "@bufbuild/connect-web",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",

@@ -24,3 +24,3 @@ "repository": {

"dependencies": {
"@bufbuild/protobuf": "^0.0.2-alpha.3"
"@bufbuild/protobuf": "^0.0.3"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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