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

@ai-sdk/openai-compatible

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/openai-compatible - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

internal/dist/index.d.mts

6

CHANGELOG.md
# @ai-sdk/openai-compatible
## 0.0.13
### Patch Changes
- 6564812: feat (provider/openai-compatible): Add'l exports for customization.
## 0.0.12

@@ -4,0 +10,0 @@

11

package.json
{
"name": "@ai-sdk/openai-compatible",
"version": "0.0.12",
"version": "0.0.13",
"license": "Apache-2.0",

@@ -11,2 +11,3 @@ "sideEffects": false,

"dist/**/*",
"internal/dist/**/*",
"CHANGELOG.md"

@@ -20,2 +21,8 @@ ],

"require": "./dist/index.js"
},
"./internal": {
"types": "./internal/dist/index.d.ts",
"import": "./internal/dist/index.mjs",
"module": "./internal/dist/index.mjs",
"require": "./internal/dist/index.js"
}

@@ -57,3 +64,3 @@ },

"build:watch": "tsup --watch",
"clean": "rm -rf dist",
"clean": "rm -rf dist && rm -rf internal/dist",
"lint": "eslint \"./**/*.ts*\"",

@@ -60,0 +67,0 @@ "type-check": "tsc --noEmit",

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