New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@invisionag/iris-react-accordion

Package Overview
Dependencies
Maintainers
12
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/iris-react-accordion - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

5

index.js

@@ -23,3 +23,2 @@ // @flow

type DefaultProps = {
open: boolean,
startOpen: boolean,

@@ -37,3 +36,2 @@ heading: Jsx,

startOpen: false,
open: false,
heading: 'Click to toggle',

@@ -48,3 +46,4 @@ };

componentWillReceiveProps({ open }: Props) {
if (open !== this.state.open) this.toggleAccordion(open);
if (typeof open !== 'undefined' && open !== this.state.open)
this.toggleAccordion(open);
}

@@ -51,0 +50,0 @@

2

package.json
{
"name": "@invisionag/iris-react-accordion",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:ivx/iris.git",

Sorry, the diff of this file is not supported yet

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