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

openai

Package Overview
Dependencies
Maintainers
5
Versions
210
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.12.2 to 4.12.3

8

CHANGELOG.md
# Changelog
## 4.12.3 (2023-10-16)
Full Changelog: [v4.12.2...v4.12.3](https://github.com/openai/openai-node/compare/v4.12.2...v4.12.3)
### Documentation
* organisation -> organization (UK to US English) ([#382](https://github.com/openai/openai-node/issues/382)) ([516f0ad](https://github.com/openai/openai-node/commit/516f0ade1ec1fd8fc4c78999ee0f656cc2b5ae58))
## 4.12.2 (2023-10-16)

@@ -4,0 +12,0 @@

2

package.json
{
"name": "openai",
"version": "4.12.2",
"version": "4.12.3",
"description": "Client library for the OpenAI API",

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

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

export const VERSION = '4.12.2'; // x-release-please-version
export const VERSION = '4.12.3'; // x-release-please-version

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

export declare const VERSION = "4.12.2";
export declare const VERSION = "4.12.3";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.12.2'; // x-release-please-version
exports.VERSION = '4.12.3'; // x-release-please-version
//# sourceMappingURL=version.js.map

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