node-openai
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,3 +5,3 @@ /// <reference types="node" /> | ||
import { RequestOptions as HttpsRequestOptions } from "https"; | ||
import { RequestOptions as HttpRequestOptions, ClientRequest, IncomingMessage } from "http"; | ||
import { RequestOptions as HttpRequestOptions, ClientRequest } from "http"; | ||
import { ReadStream } from "fs"; | ||
@@ -27,3 +27,3 @@ export type Options = HttpsRequestOptions | HttpRequestOptions; | ||
headers: Record<string, string | string[] | undefined>; | ||
body: ReadableStream | IncomingMessage | any; | ||
body: any; | ||
}; | ||
@@ -30,0 +30,0 @@ export declare class StreamFile { |
@@ -20,3 +20,3 @@ { | ||
}, | ||
"version": "v0.5.1", | ||
"version": "v0.5.2", | ||
"exports": { | ||
@@ -23,0 +23,0 @@ ".": { |
@@ -30,3 +30,3 @@ import { RequestOptions as HttpsRequestOptions } from "https"; | ||
headers: Record<string, string | string[] | undefined>; | ||
body: ReadableStream | IncomingMessage | any; | ||
body: any; | ||
}; | ||
@@ -33,0 +33,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
140543