Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-stickynode

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-stickynode - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

22

react-stickynode/index.d.ts

@@ -41,3 +41,3 @@ // Type definitions for react-stickynode 3.0

/** The switch to enable or disable Sticky (true by default ). */
enabled?: boolean;
enabled?: boolean | undefined;

@@ -50,3 +50,3 @@ /**

*/
top?: number | string;
top?: number | string | undefined;

@@ -59,9 +59,9 @@ /**

*/
bottomBoundary?: number | string;
bottomBoundary?: number | string | undefined;
/** z-index of the sticky */
innerZ?: number | string;
innerZ?: number | string | undefined;
/** Enable the use of CSS3 transforms (`true` by default). */
enableTransforms?: boolean;
enableTransforms?: boolean | undefined;

@@ -72,3 +72,3 @@ /**

*/
activeClass?: string;
activeClass?: string | undefined;

@@ -78,3 +78,3 @@ /**

*/
innerClass?: string;
innerClass?: string | undefined;

@@ -85,3 +85,3 @@ /**

*/
className?: string;
className?: string | undefined;

@@ -92,6 +92,6 @@ /**

*/
releasedClass?: string;
releasedClass?: string | undefined;
/** Callback for when the sticky state changes. */
onStateChange?: (status: Status) => void;
onStateChange?: ((status: Status) => void) | undefined;

@@ -102,3 +102,3 @@ /**

*/
shouldFreeze?: () => boolean;
shouldFreeze?: (() => boolean) | undefined;

@@ -105,0 +105,0 @@ children: React.ReactNode | ((status: Status) => React.ReactNode);

{
"name": "@types/react-stickynode",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for react-stickynode",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-stickynode",
"license": "MIT",

@@ -39,4 +40,4 @@ "contributors": [

},
"typesPublisherContentHash": "991eaf96a9b1eac7d39649159e35d4c09b7251d88efc15efe07770110d8b7ee2",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "eea85e296b5c50f578668dc519693bae7ac8d59c0e420e70d64707a1c33e6f38",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 02 Nov 2020 18:02:58 GMT
* Last updated: Thu, 08 Jul 2021 22:41:35 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

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