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.15 to 1.0.16

4

dist/react-virtualized-auto-sizer.d.ts

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

import { Component, HTMLAttributes, ReactElement } from "react";
import { Component, HTMLAttributes, ReactElement, ReactNode } from "react";
export type Size = {

@@ -9,3 +9,3 @@ height?: number;

export type Props = {
children: (size: Size) => ReactElement;
children: (size: Size) => ReactNode;
defaultHeight?: number;

@@ -12,0 +12,0 @@ defaultWidth?: number;

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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