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

tiny-data-pagination

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-data-pagination - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "tiny-data-pagination",
"version": "1.0.2",
"version": "1.0.3",
"description": "Add pagination to data array",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ # Tiny Data Pagination

Installation is done using the [npm install command]:
Installation is done using the **npm install command**:
```bash

@@ -15,3 +15,3 @@ $ npm install tiny-data-pagination

1. require [tiny-data-pagination]
1. require **tiny-data-pagination**

@@ -22,3 +22,3 @@ ```javascript

2. Create a [tiny-data-pagination] object
2. Create a **tiny-data-pagination** object

@@ -73,4 +73,4 @@ ```javascript

Sort the data based on the keyName(string) of each object. If it's an array you don't need pass it.
sortType is a number [0] or [1].
[0] means [ascending];
[1] means [descending];
sortType is a number **0** or **1**.
**0** means **ascending**;
**1** means **descending**;
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