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

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-core - npm Package Compare versions

Comparing version 2.6.4 to 2.6.5

4

libs/index.d.ts

@@ -219,3 +219,3 @@ import { z, ZodType } from 'zod';

}>;
declare const PaginationOptions: z.ZodDefault<z.ZodObject<{
declare const PaginationOptions: z.ZodObject<{
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<["cursor", "default"]>>>;

@@ -293,3 +293,3 @@ params: z.ZodOptional<z.ZodUnion<[z.ZodObject<z.extendShape<{

sortAsc?: boolean | undefined;
}>>;
}>;
declare type PaginationOptions<F = any> = z.input<typeof PaginationOptions> & {

@@ -296,0 +296,0 @@ filter?: F;

@@ -172,3 +172,3 @@ var __defProp = Object.defineProperty;

filter: z2.any().optional()
}).default({});
});
var Pagination = z2.object({

@@ -175,0 +175,0 @@ data: z2.array(z2.any()),

{
"name": "@deboxsoft/module-core",
"version": "2.6.4",
"version": "2.6.5",
"license": "SEE LICENSE IN LICENSE",

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

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