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

@bufbuild/connect-web

Package Overview
Dependencies
Maintainers
9
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.5.0 to 0.6.0

2

dist/cjs/any-client.js
"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -189,2 +189,3 @@ // Licensed under the Apache License, Version 2.0 (the "License");

function createConnectRequestHeaders(headers, timeoutMs, methodKind, useBinaryFormat) {
const protocolVersion = "1";
const result = new Headers(headers !== null && headers !== void 0 ? headers : {});

@@ -200,2 +201,3 @@ let type = "application/";

}
result.set("Connect-Protocol-Version", protocolVersion);
return result;

@@ -202,0 +204,0 @@ }

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -185,2 +185,3 @@ // Licensed under the Apache License, Version 2.0 (the "License");

function createConnectRequestHeaders(headers, timeoutMs, methodKind, useBinaryFormat) {
const protocolVersion = "1";
const result = new Headers(headers !== null && headers !== void 0 ? headers : {});

@@ -196,2 +197,3 @@ let type = "application/";

}
result.set("Connect-Protocol-Version", protocolVersion);
return result;

@@ -198,0 +200,0 @@ }

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2021-2022 Buf Technologies, Inc.
// Copyright 2021-2023 Buf Technologies, Inc.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

{
"name": "@bufbuild/connect-web",
"version": "0.5.0",
"version": "0.6.0",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "repository": {

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