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

@scoopika/scoopika

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scoopika/scoopika - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

8

index.d.ts

@@ -739,7 +739,7 @@ import { Store, SavedProvider, ProvidersName, VoiceResponse, Audio, StoreSession, RunHistory, RunInputs, RunOptions, Hooks, ToolSchema, ModelTextResponse, ModelObjectResponse, CoreTool, HooksHub } from '@scoopika/types';

}) => Promise<{
error: string;
data: null;
error: string;
} | {
data: DATA;
error: null;
data: NonNullable<Awaited<DATA>>;
}>;

@@ -762,7 +762,7 @@ generateObjectWithSchema<DATA>({ inputs, prompt, schema, options, max_tries, }: {

}): Promise<{
error: string;
data: null;
error: string;
} | {
data: DATA;
error: null;
data: NonNullable<Awaited<DATA>>;
}>;

@@ -769,0 +769,0 @@ addTool<PARAMETERS extends ZodTypeAny, RESULT = any>(tool_schema: CoreTool<PARAMETERS, RESULT>): void;

{
"name": "@scoopika/scoopika",
"version": "2.1.4",
"version": "2.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "./index.js",

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