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

@ai-sdk/provider

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/provider - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

6

dist/index.d.ts

@@ -68,2 +68,8 @@ import { JSONSchema7 } from 'json-schema';

/**
Token usage. We only have input tokens for embeddings.
*/
usage?: {
tokens: number;
};
/**
Optional raw response information for debugging purposes.

@@ -70,0 +76,0 @@ */

2

package.json
{
"name": "@ai-sdk/provider",
"version": "0.0.11",
"version": "0.0.12",
"license": "Apache-2.0",

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

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