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

synapsefi-ui

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synapsefi-ui - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

10

dist/components/Accordion/Accordion.js

@@ -66,2 +66,9 @@ 'use strict';

_createClass(Accordion, [{
key: 'componentWillReceiveProps',
value: function componentWillReceiveProps(nextProps) {
if (nextProps.showContent !== this.props.showContent) {
this.setState({ showContent: nextProps.showContent });
}
}
}, {
key: 'toggleShowContent',

@@ -76,2 +83,3 @@ value: function toggleShowContent() {

header = _props.header,
headerStyle = _props.headerStyle,
menuSpeed = _props.menuSpeed,

@@ -87,3 +95,3 @@ children = _props.children;

Header,
{ onClick: this.toggleShowContent },
{ onClick: this.toggleShowContent, style: headerStyle },
header,

@@ -90,0 +98,0 @@ _react2.default.createElement(StyledCheveron, {

2

package.json
{
"name": "synapsefi-ui",
"description": "synapsefi-ui",
"version": "1.4.8",
"version": "1.4.9",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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