@frui.ts/data
Advanced tools
Comparing version 1.0.0-alpha.14 to 1.0.0-beta.1
@@ -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" | ||
} |
@@ -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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18655
12
106
7
1