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

ai

Package Overview
Dependencies
Maintainers
11
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai - npm Package Compare versions

Comparing version 4.0.13 to 4.0.14

11

CHANGELOG.md
# ai
## 4.0.14
### Patch Changes
- 09a9cab: feat (ai/core): add experimental generateImage function
- Updated dependencies [09a9cab]
- @ai-sdk/provider@1.0.2
- @ai-sdk/provider-utils@2.0.4
- @ai-sdk/ui-utils@1.0.5
- @ai-sdk/react@1.0.6
## 4.0.13

@@ -4,0 +15,0 @@

10

package.json
{
"name": "ai",
"version": "4.0.13",
"version": "4.0.14",
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",

@@ -43,6 +43,6 @@ "license": "Apache-2.0",

"dependencies": {
"@ai-sdk/provider": "1.0.1",
"@ai-sdk/provider-utils": "2.0.3",
"@ai-sdk/react": "1.0.5",
"@ai-sdk/ui-utils": "1.0.4",
"@ai-sdk/provider": "1.0.2",
"@ai-sdk/provider-utils": "2.0.4",
"@ai-sdk/react": "1.0.6",
"@ai-sdk/ui-utils": "1.0.5",
"@opentelemetry/api": "1.9.0",

@@ -49,0 +49,0 @@ "jsondiffpatch": "0.6.0",

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

// core/test/not-implemented.ts
function notImplemented() {
throw new Error("Not implemented");
}
// core/test/mock-embedding-model-v1.ts

@@ -51,5 +56,2 @@ var MockEmbeddingModelV1 = class {

};
function notImplemented() {
throw new Error("Not implemented");
}

@@ -68,4 +70,4 @@ // core/test/mock-id.ts

supportsUrl = void 0,
doGenerate = notImplemented2,
doStream = notImplemented2,
doGenerate = notImplemented,
doStream = notImplemented,
defaultObjectGenerationMode = void 0,

@@ -84,5 +86,2 @@ supportsStructuredOutputs = void 0

};
function notImplemented2() {
throw new Error("Not implemented");
}

@@ -89,0 +88,0 @@ // core/test/mock-values.ts

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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