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.0 to 2.5.1

5

build/src/Components/HashControl/HashControl.d.ts

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

activeClassName?: string;
href: string;
}

@@ -18,2 +19,3 @@ export declare const HashControlPropTypes: {

activeClassName?: string;
href?: string;
accept?: string;

@@ -61,3 +63,2 @@ acceptCharset?: string;

high?: number;
href?: string;
hrefLang?: string;

@@ -364,2 +365,3 @@ htmlFor?: string;

activeClassName?: PropTypes.Validator<any>;
href: PropTypes.Validator<any>;
accept?: PropTypes.Validator<any>;

@@ -407,3 +409,2 @@ acceptCharset?: PropTypes.Validator<any>;

high?: PropTypes.Validator<any>;
href?: PropTypes.Validator<any>;
hrefLang?: PropTypes.Validator<any>;

@@ -410,0 +411,0 @@ htmlFor?: PropTypes.Validator<any>;

2

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

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

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