react-property

Contains react-15, react-dom-core, and react-property.

Latest version: 2.0.2 registry icon
Maintenance score
100
Safety score
100
Popularity score
70
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
2.0.2 0 0 0 0 0
2.0.1 0 0 0 0 0
2.0.0 0 0 0 0 0
1.0.2 0 0 0 0 0
1.0.1 0 0 0 0 0
1.0.0 0 0 0 0 0
0.1.0 0 0 0 0 0

Stability
Latest release:

2.0.2 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



react-dom-core

build codecov

Monorepo containing the packages:

Package Version Description
react-15 NPM version Copy of react 15
react-dom-core NPM version Copy of react-dom 15
react-property NPM version HTML and SVG DOM properties

Prerequisites

Install

Clone repository:

git clone --recursive https://github.com/remarkablemark/react-dom-core.git
cd react-dom-core

Pull Git submodule:

git submodule update --init --recursive

Use Node.js version:

nvm use

Install dependencies:

npm install

Available Scripts

In the project directory, you can run:

npm run build

Builds packages.

npm run changed

Lists packages that have changed since last release.

npm run clean

Deletes node_modules from packages and cleans build artifacts.

npm run lint

Lints packages.

npm test

Tests packages.

npm run release

Releases and publishes packages.

License

MIT