New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@kamva/react-window-ssr-resize

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kamva/react-window-ssr-resize

react window ssr resize handler

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
2
Created
Source

React Window Resize

Installation

$ npm install --save @kamva/react-window-ssr-resize

usage

import React from 'react';
import { WindowResize } from "@kamva/react-window-ssr-resize";

const Wrapper = () => (
	<WindowResize>
		{
			({ width, height }) => (
				<div>
          <p>width is: {width}</p>
					<p>height is: {height}</p>
				</div>
			)}
	</WindowResize>
);

FAQs

Package last updated on 30 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts