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

@ai-sdk/provider-utils

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/provider-utils - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

10

CHANGELOG.md
# @ai-sdk/provider-utils
## 2.0.6
### Patch Changes
- 19a2ce7: feat (provider/fireworks): Add image model support.
- 6337688: feat: change image generation errors to warnings
- Updated dependencies [19a2ce7]
- Updated dependencies [6337688]
- @ai-sdk/provider@1.0.4
## 2.0.5

@@ -4,0 +14,0 @@

4

package.json
{
"name": "@ai-sdk/provider-utils",
"version": "2.0.5",
"version": "2.0.6",
"license": "Apache-2.0",

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

"dependencies": {
"@ai-sdk/provider": "1.0.3",
"@ai-sdk/provider": "1.0.4",
"eventsource-parser": "^3.0.0",

@@ -32,0 +32,0 @@ "nanoid": "^3.3.8",

import { SetupServer } from 'msw/node';
import { JsonBodyType } from 'msw';
declare class BinaryTestServer {
readonly server: SetupServer;
responseBody: Buffer | null;
responseHeaders: Record<string, string>;
responseStatus: number;
request: Request | undefined;
constructor(url: string);
getRequestBodyJson(): Promise<any>;
getRequestHeaders(): Promise<Record<string, string>>;
getRequestUrlSearchParams(): Promise<URLSearchParams>;
getRequestUrl(): Promise<string>;
setupTestEnvironment(): void;
}
declare function convertArrayToAsyncIterable<T>(values: T[]): AsyncIterable<T>;

@@ -77,2 +91,2 @@

export { JsonTestServer, StreamingTestServer, type TestServerJsonBodyType, type TestServerResponse, convertArrayToAsyncIterable, convertArrayToReadableStream, convertAsyncIterableToArray, convertReadableStreamToArray, convertResponseStreamToArray, describeWithTestServer, withTestServer };
export { BinaryTestServer, JsonTestServer, StreamingTestServer, type TestServerJsonBodyType, type TestServerResponse, convertArrayToAsyncIterable, convertArrayToReadableStream, convertAsyncIterableToArray, convertReadableStreamToArray, convertResponseStreamToArray, describeWithTestServer, withTestServer };

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 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