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

@ai-sdk/openai

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/openai - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

9

./dist/index.js

@@ -186,5 +186,8 @@ "use strict";

message: import_zod.z.string(),
type: import_zod.z.string(),
param: import_zod.z.any().nullable(),
code: import_zod.z.string().nullable()
// The additional information below is handled loosely to support
// OpenAI-compatible providers that have slightly different error
// responses:
type: import_zod.z.string().nullish(),
param: import_zod.z.any().nullish(),
code: import_zod.z.union([import_zod.z.string(), import_zod.z.number()]).nullish()
})

@@ -191,0 +194,0 @@ });

@@ -186,5 +186,8 @@ "use strict";

message: import_zod.z.string(),
type: import_zod.z.string(),
param: import_zod.z.any().nullable(),
code: import_zod.z.string().nullable()
// The additional information below is handled loosely to support
// OpenAI-compatible providers that have slightly different error
// responses:
type: import_zod.z.string().nullish(),
param: import_zod.z.any().nullish(),
code: import_zod.z.union([import_zod.z.string(), import_zod.z.number()]).nullish()
})

@@ -191,0 +194,0 @@ });

@@ -183,5 +183,8 @@ "use strict";

message: import_zod.z.string(),
type: import_zod.z.string(),
param: import_zod.z.any().nullable(),
code: import_zod.z.string().nullable()
// The additional information below is handled loosely to support
// OpenAI-compatible providers that have slightly different error
// responses:
type: import_zod.z.string().nullish(),
param: import_zod.z.any().nullish(),
code: import_zod.z.union([import_zod.z.string(), import_zod.z.number()]).nullish()
})

@@ -188,0 +191,0 @@ });

{
"name": "@ai-sdk/openai",
"version": "0.0.48",
"version": "0.0.49",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "sideEffects": false,

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

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