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.22 to 0.0.0-beta.23

6

es/tree/Tree.d.ts

@@ -24,11 +24,5 @@ import React from 'react';

update: (options?: OptionProps[]) => {
tops: never[];
bottom: never[];
options: OptionProps[];
bottoms?: undefined;
} | {
tops: OptionProps[];
options: OptionProps[];
bottoms: OptionProps[];
bottom?: undefined;
};

@@ -35,0 +29,0 @@ onChange: (option: OptionProps) => (type: string, flag: boolean) => void;

2

es/tree/Tree.js

@@ -63,3 +63,3 @@ var __rest = (this && this.__rest) || function (s, e) {

if (this.type !== Scroll_Type.CONTAINER) {
return { tops: [], bottom: [], options };
return { tops: [], bottoms: [], options };
}

@@ -66,0 +66,0 @@ const tops = [], opts = [], bottoms = [];

@@ -144,3 +144,3 @@ "use strict";

tops: [],
bottom: [],
bottoms: [],
options: options

@@ -147,0 +147,0 @@ };

{
"name": "frc-ui",
"version": "0.0.0-beta.22",
"version": "0.0.0-beta.23",
"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