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

@bufbuild/connect-web

Package Overview
Dependencies
Maintainers
6
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.2.0 to 0.2.1

dist/cjs/lib.dom.streams.js

3

dist/types/interceptor.d.ts
import type { AnyMessage, Message, MethodInfo, ServiceType } from "@bufbuild/protobuf";
import type { ReadableStreamReadResultLike } from "./lib.dom.streams.js";
/**

@@ -154,3 +155,3 @@ * An interceptor can add logic to clients, similar to the decorators

*/
read(): Promise<ReadableStreamDefaultReadResult<O>>;
read(): Promise<ReadableStreamReadResultLike<O>>;
/**

@@ -157,0 +158,0 @@ * Trailers received from the response.

{
"name": "@bufbuild/connect-web",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",

@@ -21,7 +21,8 @@ "repository": {

"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"main": "./dist/cjs/index.js",
"peerDependencies": {
"@bufbuild/protobuf": "0.1.0"
"@bufbuild/protobuf": "0.1.1"
},

@@ -28,0 +29,0 @@ "files": [

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