Socket
Socket
Sign inDemoInstall

openai

Package Overview
Dependencies
Maintainers
4
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai - npm Package Compare versions

Comparing version 4.0.0-beta.3 to 4.0.0-beta.4

2

package.json
{
"name": "openai",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "Client library for the OpenAI API",

@@ -5,0 +5,0 @@ "author": "OpenAI <support@openai.com>",

@@ -254,3 +254,3 @@ import type { Response } from './_shims/fetch.js';

function readableStreamAsyncIterable<T>(stream: any): AsyncIterableIterator<T> {
if (stream[Symbol.asyncIterator]) return stream[Symbol.asyncIterator];
if (stream[Symbol.asyncIterator]) return stream;

@@ -257,0 +257,0 @@ const reader = stream.getReader();

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

export const VERSION = '4.0.0-beta.3';
export const VERSION = '4.0.0-beta.4';

@@ -192,3 +192,3 @@ 'use strict';

function readableStreamAsyncIterable(stream) {
if (stream[Symbol.asyncIterator]) return stream[Symbol.asyncIterator];
if (stream[Symbol.asyncIterator]) return stream;
const reader = stream.getReader();

@@ -195,0 +195,0 @@ return {

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

export declare const VERSION = '4.0.0-beta.3';
export declare const VERSION = '4.0.0-beta.4';
//# sourceMappingURL=version.d.ts.map
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.0.0-beta.3';
exports.VERSION = '4.0.0-beta.4';
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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