New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-openai

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-openai - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

lib/types/request/index.d.ts

@@ -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 @@

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