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.9 to 0.3.10

4

index.d.ts
import * as React from 'react';
import { InputActionMeta, OptionsType } from 'react-select/lib/types';
import { Props as SelectProps } from 'react-select/lib/Select';
import { InputActionMeta, OptionsType } from 'react-select/src/types';
import { Props as SelectProps } from 'react-select/base';

@@ -5,0 +5,0 @@ export type AsyncResult<OptionType, Additional = any> = {

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

@@ -28,9 +28,9 @@ "main": "lib/index.js",

"dependencies": {
"@babel/runtime": "^7.6.0",
"@babel/runtime": "^7.6.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@types/react-select": "^3.0.4",
"react-select": "^3.0.4"
"@types/react-select": "^3.0.5",
"react-select": "^3.0.8"
}
}
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