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

@twotalltotems/paginatable-list

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twotalltotems/paginatable-list - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

package.json
{
"name": "@twotalltotems/paginatable-list",
"version": "0.0.5",
"version": "0.0.6",
"description": "A self-managed list with pagination.",

@@ -33,4 +33,6 @@ "main": "index.js",

"redux-thunk": ">2.2.0",
"reduxsauce": ">0.7.0"
"reduxsauce": ">0.7.0",
"axios": ">0.17.1",
"prop-types": ">15.6.0"
}
}

@@ -16,4 +16,6 @@ ![PaginatableList](https://raw.githubusercontent.com/Twotalltotems/react-native-paginatable/develop/assets/paginatablelist_banner.jpg?token=AP1X8MZ26iYe8ToP9Rrvc0l7d4ZFYai-ks5cISTxwA%3D%3D)

## Installation
1. `yarn add @twotalltotems/paginatable-list` or `npm install @twotalltotems/paginatable-list --save`
2. Install dependencies.
1. Install paginatable-list
`yarn add @twotalltotems/paginatable-list` or `npm install @twotalltotems/paginatable-list --save`
2. Install dependencies
`yarn add react-redux && yarn add redux-thunk && yarn add reduxsauce && yarn add axios && yarn add prop-types` or `npm install react-redux && npm install redux-thunk && npm install reduxsauce && npm install axios && npm install prop-types`

@@ -30,3 +32,2 @@

1. `axios`
1. `react-native-config`

@@ -33,0 +34,0 @@

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