🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

get-set-props

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

get-set-props

List of getter/setter properties for JavaScript types

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
231K
-8.65%
Maintainers
1
Weekly downloads
 
Created
Source

get-set-props

List of getter/setter properties for JavaScript types

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

Forked from Sindre Sorhus' proto-props

Install

$ npm install --save get-set-props

Usage

import getSetProps from 'get-set-props';

console.log(getSetProps);
/*
{
	Array: [
		'length',
	],
	ArrayBuffer: [
	],
	...
	Error: [
		'stack'
	],
	...
}
*/

Dev

The JSON file is generated by running:

$ npm run generate

License

MIT © Dustin Specker

Keywords

js

FAQs

Package last updated on 31 May 2024

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