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

react-expand

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-expand - npm Package Compare versions

Comparing version 2.5.2 to 2.6.0

2

build/src/Components/ExpandControl/ExpandControl.d.ts

@@ -9,2 +9,3 @@ /// <reference types="react" />

ref?: PropTypes.Validator<any>;
state?: PropTypes.Validator<any>;
expandId: PropTypes.Validator<any>;

@@ -356,2 +357,3 @@ staticState?: PropTypes.Validator<any>;

ref?: any;
state?: any;
expandId?: string;

@@ -358,0 +360,0 @@ staticState?: boolean;

import * as PropTypes from "prop-types";
export interface ExpandControlProps extends React.HTMLProps<HTMLButtonElement> {
ref?: any;
state?: any;
expandId: string;

@@ -5,0 +6,0 @@ staticState?: boolean;

@@ -15,2 +15,3 @@ /// <reference types="react" />

ref?: PropTypes.Validator<any>;
state?: PropTypes.Validator<any>;
expandId: PropTypes.Validator<any>;

@@ -357,2 +358,3 @@ staticState?: PropTypes.Validator<any>;

ref?: any;
state?: any;
expandId?: string;

@@ -359,0 +361,0 @@ staticState?: boolean;

2

package.json
{
"name": "react-expand",
"version": "2.5.2",
"version": "2.6.0",
"description": "Simple element expand state controlling",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -96,2 +96,3 @@ # React Expand

activeClassName="is-active"
state={{myData: true}}
activeOnMount

@@ -98,0 +99,0 @@ >

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

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