Socket
Book a DemoInstallSign in
Socket

object-prototype-functions

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

object-prototype-functions

An array containing the names of the functions on `Object.prototype`

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

object-prototype-functions

An array containing the names of the functions on Object.prototype.

npm build status js-standard-style

Installation

npm install object-prototype-functions --save

Usage

const ObjectPrototypeFunctions = require('object-prototype-functions')

console.log('The functions of Object.prototype are:')
console.log(ObjectPrototypeFunctions.join(', ')) // hasOwnProperty, isPrototypeOf...

API

ObjectPrototypeFunctions

An array containing the names of the functions on Object.prototype.

ObjectPrototypeFunctions.deprecated

An array containing the names of the deprecated functions on Object.prototype.

ObjectPrototypeFunctions.nonSpec

An array containing the names of the non-spec'd functions on Object.prototype.

ObjectPrototypeFunctions.nodejs

An array containing the all names of the functions on Object.prototype that are normally available in Node.js - both the spec'd and deprecated functions.

ObjectPrototypeFunctions.all

An array containing the all names of the functions on Object.prototype

  • both the spec'd, deprecated, and non-spec'd functions.

License

MIT

Keywords

object

FAQs

Package last updated on 20 Nov 2019

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