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 1.8.0-2 to 1.8.0-3

2

package.json
{
"name": "@deboxsoft/module-core",
"version": "1.8.0-2",
"version": "1.8.0-3",
"license": "SEE LICENSE IN LICENSE",

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

export interface PageCursorParams {
limit: number;
limit?: number;
before?: string;

@@ -4,0 +4,0 @@ after?: string;

@@ -11,4 +11,4 @@ import type { PageCursorParams } from "./pagination";

export interface CollectionParams<F = Record<string, any>> {
pageCursor?: PageCursorParams;
filter?: F;
pageCursor: PageCursorParams;
filter: F;
}
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