🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

digout

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

digout - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "digout",
"version": "1.0.1",
"version": "1.0.2",
"description": "Digout recursively extracts and navigates deeply nested data structures, bridging the gaps left by JavaScript's native methods. Flatten multidimensional arrays into a single linear vertical, simplifying preprocessing tasks in AI and machine learning.",

@@ -5,0 +5,0 @@ "main": "digout.js",

@@ -11,3 +11,3 @@ # Digout

#### Parameters
* `data` (Object | Array | any): The data structure from which to dig out the value. This should be an object or an array. If a string, number, boolean, `undefined` or `null` is passed [_Digout_](https://www.npmjs.com/package/digout) will return an empty object.
* `data` (Object | Array | any): The data structure from which to dig out the value. This should be an object or an array. If a string, number, boolean, `undefined` or `null` is passed [_Digout_](https://www.npmjs.com/package/digout) will appropriately return an empty object.

@@ -14,0 +14,0 @@ * `enum` (String, optional): Specifies the type of data to dig out. It can be one of the following: