Socket
Socket
Sign inDemoInstall

react-windowed-select

Package Overview
Dependencies
98
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 5.0.0

1

dist/util.d.ts

@@ -15,2 +15,1 @@ export declare function calcOptionsLength(options: any): any;

}): (child: any) => any;
export declare const sum: (a: number, b: number) => number;

2

dist/WindowedSelect.d.ts

@@ -6,3 +6,3 @@ import * as React from 'react';

}
declare const _default: React.ForwardRefExoticComponent<Pick<WindowedSelectProps, string | number> & React.RefAttributes<unknown>>;
declare const _default: React.ForwardRefExoticComponent<WindowedSelectProps & React.RefAttributes<unknown>>;
export default _default;
{
"name": "react-windowed-select",
"version": "3.1.2",
"version": "5.0.0",
"description": "",

@@ -26,5 +26,4 @@ "main": "dist/main.js",

"@types/react-dom": "^17.0.3",
"@types/react-select": "^4.0.13",
"@types/react-window": "^1.8.2",
"react-select": "^4.3.0",
"react-select": "^5.2.2",
"react-window": "^1.8.6"

@@ -31,0 +30,0 @@ },

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc