react-property
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -149,3 +149,3 @@ module.exports = { | ||
security: 0, | ||
unselectable: 0 | ||
unselectable: 0, | ||
}, | ||
@@ -156,4 +156,4 @@ DOMAttributeNames: { | ||
htmlFor: 'for', | ||
httpEquiv: 'http-equiv' | ||
} | ||
httpEquiv: 'http-equiv', | ||
}, | ||
}; |
@@ -6,3 +6,3 @@ module.exports = { | ||
HAS_POSITIVE_NUMERIC_VALUE: 24, | ||
HAS_OVERLOADED_BOOLEAN_VALUE: 32 | ||
HAS_OVERLOADED_BOOLEAN_VALUE: 32, | ||
}; |
@@ -241,3 +241,3 @@ module.exports = { | ||
z: 0, | ||
zoomAndPan: 0 | ||
zoomAndPan: 0, | ||
}, | ||
@@ -327,4 +327,4 @@ DOMAttributeNames: { | ||
xmlLang: 'xml:lang', | ||
xmlSpace: 'xml:space' | ||
} | ||
xmlSpace: 'xml:space', | ||
}, | ||
}; |
{ | ||
"name": "react-property", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "HTML and SVG DOM property configs used by React.", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "npm run clean && npm run build:html && npm run build:injection && npm run build:svg", | ||
"build": "npm run build:html && npm run build:injection && npm run build:svg", | ||
"build:html": "node scripts/build-html", | ||
@@ -12,5 +12,5 @@ "build:injection": "node scripts/build-injection", | ||
"clean": "rm -rf lib", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"prepublishOnly": "npm run build", | ||
"lint": "eslint --ignore-path .gitignore .", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prepublishOnly": "npm run lint && npm run clean && npm run build && npm test", | ||
"test": "jest --coverage --ci", | ||
@@ -41,10 +41,10 @@ "test:watch": "jest --watch" | ||
"devDependencies": { | ||
"eslint": "^6.0.1", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"jest": "^24.8.0", | ||
"prettier": "^1.17.1", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.1.0", | ||
"prettier": "^2.3.2", | ||
"react-dom": "^15" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "46a7edbdf7d10138dd2fd348bd32175e3865392e" | ||
"gitHead": "fc261503bb1d9a03359ed16ac099daeba33b5fb9" | ||
} |
@@ -7,12 +7,10 @@ # react-property | ||
HTML and SVG DOM property configs used by React. | ||
[HTML](https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/HTMLDOMPropertyConfig.js) and [SVG](https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/SVGDOMPropertyConfig.js) [DOM](https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/DOMProperty.js) property configs used by [React](https://github.com/facebook/react). | ||
[Repl.it](https://repl.it/@remarkablemark/react-property) | ||
## Install | ||
```sh | ||
# with npm | ||
$ npm install react-property --save | ||
# with yarn | ||
$ yarn add react-property | ||
npm install react-property | ||
``` | ||
@@ -19,0 +17,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
16513
6
76