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

@frui.ts/data

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frui.ts/data - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

2

dist/pagerHelper.d.ts
import type { IPagingFilter, IPagingInfo } from "./types";
declare type onPageChangedHandler = (offset: number, limit: number) => void;
type onPageChangedHandler = (offset: number, limit: number) => void;
export interface IPagerProps {

@@ -4,0 +4,0 @@ paging: IPagingInfo;

@@ -15,2 +15,2 @@ import type { SortingDirection } from "./sortingDirection";

}
export declare type PagedQueryResult<TEntity> = [TEntity[], IPagingInfo];
export type PagedQueryResult<TEntity> = [TEntity[], IPagingInfo];

@@ -6,3 +6,3 @@ {

},
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Helpers and interfaces for handling paged and sorted data sets",

@@ -41,3 +41,3 @@ "keywords": [

},
"gitHead": "5d7b8915490794c56dcad28698a47e6e2a904e4e"
"gitHead": "105f3b54d3a4dedd92a347ff96058a4fa418ac62"
}
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