
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
react-property
Advanced tools
HTML and SVG DOM properties used by React. See DOMProperty and possibleStandardNames.
Try Replit demo.
npm install react-property
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',
// ...
}
}
MIT. See license from original project.
FAQs
HTML and SVG DOM property configs used by React.
The npm package react-property receives a total of 1,353,576 weekly downloads. As such, react-property popularity was classified as popular.
We found that react-property demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.