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.62 to 0.0.63

5

./dist/index.js

@@ -74,2 +74,7 @@ "use strict";

}
case "file": {
throw new import_provider.UnsupportedFunctionalityError({
functionality: "File content parts in user messages"
});
}
}

@@ -76,0 +81,0 @@ })

# @ai-sdk/openai
## 0.0.63
### Patch Changes
- Updated dependencies [d595d0d]
- @ai-sdk/provider@0.0.24
- @ai-sdk/provider-utils@1.0.20
## 0.0.62

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

@@ -74,2 +74,7 @@ "use strict";

}
case "file": {
throw new import_provider.UnsupportedFunctionalityError({
functionality: "File content parts in user messages"
});
}
}

@@ -76,0 +81,0 @@ })

@@ -71,2 +71,7 @@ "use strict";

}
case "file": {
throw new import_provider.UnsupportedFunctionalityError({
functionality: "File content parts in user messages"
});
}
}

@@ -73,0 +78,0 @@ })

6

package.json
{
"name": "@ai-sdk/openai",
"version": "0.0.62",
"version": "0.0.63",
"license": "Apache-2.0",

@@ -29,4 +29,4 @@ "sideEffects": false,

"dependencies": {
"@ai-sdk/provider": "0.0.23",
"@ai-sdk/provider-utils": "1.0.19"
"@ai-sdk/provider": "0.0.24",
"@ai-sdk/provider-utils": "1.0.20"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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