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

frc-ui

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frc-ui - npm Package Compare versions

Comparing version 0.0.0-beta.21 to 0.0.0-beta.22

6

es/tree/Tree.js

@@ -255,2 +255,8 @@ var __rest = (this && this.__rest) || function (s, e) {

}
else {
if (!!state.expandedKeys) {
state.options = this.getOptions(state.expandedKeys);
state = Object.assign(Object.assign({}, state), this.update(state.options));
}
}
if (Object.keys(state).length > 0) {

@@ -257,0 +263,0 @@ this.setState(state, this.resize);

@@ -449,2 +449,7 @@ "use strict";

}
} else {
if (!!state.expandedKeys) {
state.options = this.getOptions(state.expandedKeys);
state = Object.assign(Object.assign({}, state), this.update(state.options));
}
}

@@ -451,0 +456,0 @@

2

package.json
{
"name": "frc-ui",
"version": "0.0.0-beta.21",
"version": "0.0.0-beta.22",
"description": "React Web UI",

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

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