Socket
Socket
Sign inDemoInstall

react-virtualized-auto-sizer

Package Overview
Dependencies
5
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.20 to 1.0.21

4

dist/declarations/src/AutoSizer.d.ts

@@ -1,2 +0,2 @@

import { Component, ReactElement } from "react";
import { Component, ReactNode } from "react";
import { DetectElementResize } from "./vendor/detectElementResize.js";

@@ -24,3 +24,3 @@ import { Props } from "./types.js";

componentWillUnmount(): void;
render(): ReactElement;
render(): ReactNode;
_onResize: () => void;

@@ -27,0 +27,0 @@ _setRef: (autoSizer: HTMLElement | null) => void;

{
"name": "react-virtualized-auto-sizer",
"version": "1.0.20",
"version": "1.0.21",
"description": "Standalone version of the AutoSizer component from react-virtualized",

@@ -71,3 +71,3 @@ "author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",

"@babel/preset-typescript": "^7.21.5",
"@preconstruct/cli": "^2.7.0",
"@preconstruct/cli": "^2.8.1",
"@types/jest": "^26.0.15",

@@ -85,4 +85,4 @@ "@types/react": "^18",

"peerDependencies": {
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc"
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
},

@@ -89,0 +89,0 @@ "preconstruct": {

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