New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

array-treeify

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-treeify - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+1
-1
dist/index.d.ts

@@ -10,3 +10,3 @@ /**

*/
export type TreeInput = [string, ...Array<string | TreeNode[]>];
export type TreeInput = [string, ...Array<string | TreeNode[]>] | string[];
/**

@@ -13,0 +13,0 @@ * Flexible input type that accepts any array.

{
"name": "array-treeify",
"version": "0.1.3",
"version": "0.1.4",
"description": "Simple text tree diagrams from arrays.",

@@ -26,5 +26,5 @@ "license": "MIT",

"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.14",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
"@types/node": "^22.15.15",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},

@@ -31,0 +31,0 @@ "keywords": [