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

obj-props

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obj-props

List of properties for JavaScript objects

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

obj-props Build Status

List of properties for JavaScript objects

It's just a JSON file and can be used wherever.

Forked from Sindre Sorhus' proto-props

Install

$ npm install --save obj-props

Usage

var objProps = require('obj-props');

console.log(objProps);
/*
{
	"Array": [
		"arguments",
		"caller",
		"from",
		"isArray",
		"length",
		"name",
		"of",
		"prototype"
	],
	"ArrayBuffer": [
		"arguments",
		"caller",
		"isView",
		"length",
		"name",
		"prototype"
	],
	"Boolean": [
		"arguments",
		"caller",
		"length",
		"name",
		"prototype"
	],
	...
*/

Dev

The JSON file is generated by running:

$ npm run generate

License

MIT © Dustin Specker

Keywords

FAQs

Package last updated on 15 Jun 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

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