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

object-deep-from-entries

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-deep-from-entries - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

object-deep-from-entries.d.ts
type TEntries = Array<[string | number | Array<string | number>, any]>
type TResult = Array<{[key : string] : any} | any>
type TResult = Array<{[key : string] : any} | any> | {[key : string] : any}

@@ -5,0 +5,0 @@ declare function objectDeepFromEntries(entries : TEntries) : TResult

{
"name": "object-deep-from-entries",
"version": "0.1.0",
"version": "0.2.0",
"description": "Make an object or collection from entries deeply.",

@@ -5,0 +5,0 @@ "main": "object-deep-from-entries.js",

@@ -59,9 +59,9 @@ # object-deep-from-entries

[
"skills", 0, "Node.js"
["skills", 0], "Node.js"
],
[
"skills", 1, "JavaScript"
["skills", 1], "JavaScript"
],
[
"skills", 2, "Preact"
["skills", 2], "Preact"
]

@@ -68,0 +68,0 @@ ]

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