Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@ai-sdk/mistral

Package Overview
Dependencies
Maintainers
3
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/mistral - npm Package Compare versions

Comparing version
3.0.14
to
3.0.15
+6
-0
CHANGELOG.md
# @ai-sdk/mistral
## 3.0.15
### Patch Changes
- 1524271: chore: add skill information to README files
## 3.0.14

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

+1
-1

@@ -831,3 +831,3 @@ "use strict";

// src/version.ts
var VERSION = true ? "3.0.14" : "0.0.0-test";
var VERSION = true ? "3.0.15" : "0.0.0-test";

@@ -834,0 +834,0 @@ // src/mistral-provider.ts

@@ -827,3 +827,3 @@ // src/mistral-provider.ts

// src/version.ts
var VERSION = true ? "3.0.14" : "0.0.0-test";
var VERSION = true ? "3.0.15" : "0.0.0-test";

@@ -830,0 +830,0 @@ // src/mistral-provider.ts

{
"name": "@ai-sdk/mistral",
"version": "3.0.14",
"version": "3.0.15",
"license": "Apache-2.0",

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

@@ -13,2 +13,10 @@ # AI SDK - Mistral Provider

## Skill for Coding Agents
If you use coding agents such as Claude Code or Cursor, we highly recommend adding the AI SDK skill to your repository:
```shell
npx skills add vercel/ai
```
## Provider Instance

@@ -15,0 +23,0 @@