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

cirql

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cirql - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

6

dist/index.d.ts

@@ -1049,3 +1049,3 @@ import { ZodTypeAny, input, ZodNumber, z, ZodUndefined, TypeOf, ZodError } from 'zod';

*/
execute<T extends QueryRequest<any, any>>(request: T): Promise<SoloTypeOf<T>>;
execute<T extends QueryRequest<any, ZodTypeAny>>(request: T): Promise<SoloTypeOf<T>>;
/**

@@ -1057,3 +1057,3 @@ * Execute multiple queries and return the results in the same order

*/
batch<T extends QueryRequest<any, any>[]>(...request: T): Promise<MultiTypeOf<T>>;
batch<T extends QueryRequest<any, ZodTypeAny>[]>(...request: T): Promise<MultiTypeOf<T>>;
/**

@@ -1066,3 +1066,3 @@ * Execute multiple queries and return the results in the same order. Unlike

*/
transaction<T extends QueryRequest<any, any>[]>(...request: T): Promise<MultiTypeOf<T>>;
transaction<T extends QueryRequest<any, ZodTypeAny>[]>(...request: T): Promise<MultiTypeOf<T>>;
/**

@@ -1069,0 +1069,0 @@ * Sign in with the provided credentials or session token

{
"name": "cirql",
"version": "0.6.2",
"version": "0.6.3",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

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