Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
react-property
Advanced tools
HTML and SVG DOM property configs used by React.
npm install react-property
Import main module:
// CommonJS
const reactProperty = require('react-property');
// ES Modules
import reactProperty from 'react-property';
Main module exports:
{
html: {
autofocus: {
attributeName: 'autofocus',
propertyName: 'autoFocus',
mustUseProperty: false,
hasBooleanValue: true,
hasNumericValue: false,
hasPositiveNumericValue: false,
hasOverloadedBooleanValue: false
},
// ...
},
svg: {
// ...
},
properties: {
// ...
},
isCustomAttribute: [Function: bound test]
}
You may also import what you need:
const HTMLDOMPropertyConfig = require('react-property/lib/HTMLDOMPropertyConfig');
const injection = require('react-property/lib/injection');
.
├── index.js
└── lib
├── HTMLDOMPropertyConfig.js
├── SVGDOMPropertyConfig.js
└── injection.js
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,234,943 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.