@bufbuild/connect-web
Advanced tools
Comparing version 0.2.0 to 0.2.1
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": [ |
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
155048
51
3560
8