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

@ndhoule/entries

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndhoule/entries

Utility to get key-value pairs from an object

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
367
-2.13%
Maintainers
1
Weekly downloads
 
Created
Source

entries CI

Utility to get key-value pairs from an object.

Installation

$ component install ndhoule/entries
$ npm install @ndhoule/entries

API

entries(object : Object)

Return a nested array containing an object's iterable, own key-value pairs.

entries({ a: 1, b: 2 });
// => [['a', 1], ['b', 2]]

License

Released under the MIT license.

Keywords

functional

FAQs

Package last updated on 02 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts