🎩 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.3
to
1.0.4
+1
-1
digout.js

@@ -78,2 +78,2 @@ const digout = (input, mode = 'BOTH') => { //Define a function that takes an input and a mode enum which defaults to 'BOTH'...

module.exports = digout //...and export digout as a module which can be called as a method on an object or as a standalone function
module.exports = digout //...and export digout as a module which can be called as a method on an object or as a standalone function

@@ -467,2 +467,2 @@ const test = require('./digout.js')

throw new Error('Digout is not returning the correct keys and values for complex arrays')
}
}
{
"name": "digout",
"version": "1.0.3",
"version": "1.0.4",
"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.",
"main": "digout.js",
"files": [
"package.json",
"digout.js",
"digout.test.js",
"package.json",
"readme.md"

@@ -14,3 +14,3 @@ ],

"test": "node digout.test.js",
"prepublish": "npm test"
"prepublishOnly": "npm test"
},

@@ -36,2 +36,2 @@ "keywords": [

"license": "MIT"
}
}

@@ -238,2 +238,2 @@ # Digout

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.