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

react-accessible-treeview

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-accessible-treeview - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

src/TreeView/README.md

2

dist/TreeView/utils.d.ts

@@ -33,3 +33,3 @@ import { EventCallback, INode, INodeRef, NodeId } from "./types";

*/
export type IFlatMetadata = Record<string, string | number | undefined | null>;
export type IFlatMetadata = Record<string, string | number | boolean | undefined | null>;
interface ITreeNode<M extends IFlatMetadata> {

@@ -36,0 +36,0 @@ id?: NodeId;

{
"name": "react-accessible-treeview",
"description": "A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.",
"version": "2.8.1",
"version": "2.8.2",
"author": "lissitz (https://github.com/lissitz)",

@@ -6,0 +6,0 @@ "main": "dist/react-accessible-treeview.cjs.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