Huge News!Announcing our $40M Series B led by Abstract Ventures.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-alpha.14 to 1.0.0-beta.1

dist/fruits-data.es.js

20

package.json

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

},
"version": "1.0.0-alpha.14",
"version": "1.0.0-beta.1",
"description": "Helpers and interfaces for handling paged and sorted data sets",

@@ -25,15 +25,19 @@ "keywords": [

"license": "MIT",
"main": "dist/index.js",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"main": "./dist/fruits-data.umd.js",
"module": "./dist/fruits-data.es.js",
"exports": {
".": {
"import": "./dist/fruits-data.es.js",
"require": "./dist/fruits-data.umd.js"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "tsc"
"build": "vite build && tsc --noEmit false --emitDeclarationOnly"
},
"gitHead": "ea59f02314805efcededd8a9b75b62b0e656cd4e"
"gitHead": "1a7897ad15a6a5be5adc7e67725f174a1dbc6394"
}

7

README.md

@@ -5,6 +5,3 @@ # `@frui.ts/data`

`IPagingFilter` is used for querying paged data
`IPagingInfo` contains information about data returned from a server.
`pageChangedHandler` is a simple handler for Pager UI control encapsulating paging functionality.
- [pagerHelper](./src/pagerHelper.ts)
- [sortingHelper](./src/sortingHelper.ts)
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