Socket
Socket
Sign inDemoInstall

@ndhoule/keys

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndhoule/keys

Create an array of the owned/enumerable keys of an input object.


Version published
Weekly downloads
193K
decreased by-1.26%
Maintainers
1
Weekly downloads
 
Created

What is @ndhoule/keys?

@ndhoule/keys is a simple utility package that provides a method to retrieve the keys of an object. It is a lightweight and focused package designed to handle a specific task efficiently.

What are @ndhoule/keys's main functionalities?

Retrieve Object Keys

This feature allows you to retrieve the keys of an object. The code sample demonstrates how to use the @ndhoule/keys package to get the keys of a given object.

const keys = require('@ndhoule/keys');
const obj = { a: 1, b: 2, c: 3 };
console.log(keys(obj)); // Output: ['a', 'b', 'c']

Other packages similar to @ndhoule/keys

Keywords

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

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