Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-select-async-paginate

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-async-paginate - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

10

index.d.ts

@@ -35,2 +35,12 @@ import * as React from 'react';

export type BaseState = {
optionsCache: { [key: string]: any };
}
export class AsyncPaginateBase<OptionType, Additional = any> extends React.Component<Props<OptionType, Additional>, BaseState> {
onInputChange: (inputValue: string) => Promise<void>;
onMenuClose: () => Promise<void>;
onMenuOpen: () => Promise<void>;
}
export default AsyncPaginate;

2

package.json
{
"name": "react-select-async-paginate",
"version": "0.3.8",
"version": "0.3.9",
"description": "Wrapper above react-select that supports pagination on menu scroll",

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

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