Socket
Socket
Sign inDemoInstall

react-property

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-property

HTML and SVG DOM property configs used by React.


Version published
Weekly downloads
1.3M
increased by0.36%
Maintainers
1
Install size
62.9 kB
Created
Weekly downloads
 

Readme

Source

react-property

NPM

NPM version

HTML and SVG DOM properties used by React. See DOMProperty and possibleStandardNames.

Try Replit demo.

Install

npm install react-property

Usage

Import ES Module:

import reactProperty from 'react-property';

Require with CommonJS:

const reactProperty = require('react-property');

Module contains:

{
  BOOLEAN: 3,
  BOOLEANISH_STRING: 2,
  NUMERIC: 5,
  OVERLOADED_BOOLEAN: 4,
  POSITIVE_NUMERIC: 6,
  RESERVED: 0,
  STRING: 1,
  getPropertyInfo: [Function: getPropertyInfo],
  isCustomAttribute: [Function: bound test],
  possibleStandardNames: {
    accept: 'accept',
    acceptcharset: 'acceptCharset',
    'accept-charset': 'acceptCharset',
    // ...
  }
}

License

MIT. See license from original project.

Keywords

FAQs

Last updated on 22 Oct 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc