Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "jsx-dom", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "JSX to document.createElement.", | ||
@@ -25,11 +25,11 @@ "main": "index.cjs.js", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^7.0.21", | ||
"@types/node": "^7.0.22", | ||
"babel-core": "^6.24.1", | ||
"chai": "^3.5.0", | ||
"coffeescript": "next", | ||
"coffeescript": "1.12.6", | ||
"jsdom": "^11.0.0", | ||
"mocha": "^3.4.1", | ||
"mocha": "^3.4.2", | ||
"rollup": "^0.41.6", | ||
"ts-node": "^3.0.4", | ||
"typescript": "^2.3.2" | ||
"typescript": "^2.3.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "repository": { |
@@ -72,7 +72,10 @@ # jsx-dom | ||
document.body.appendChild( | ||
<svg width="150" height="100" viewBox="0 0 3 2" class="flag italy"> | ||
<rect width="1" height="2" x="0" fill="#008d46" /> | ||
<rect width="1" height="2" x="1" fill="#ffffff" /> | ||
<rect width="1" height="2" x="2" fill="#d2232c" /> | ||
</svg> | ||
<div class="flag" style={{ display: 'flex' }}> | ||
<h1>Flag of Italy</h1> | ||
<svg width="150" height="100" viewBox="0 0 3 2" class="flag italy"> | ||
<rect width="1" height="2" x="0" fill="#008d46" /> | ||
<rect width="1" height="2" x="1" fill="#ffffff" /> | ||
<rect width="1" height="2" x="2" fill="#d2232c" /> | ||
</svg> | ||
</div> | ||
); | ||
@@ -79,0 +82,0 @@ ``` |
@@ -262,1 +262,5 @@ 'use strict'; | ||
exports.createElement = createElement$$1; | ||
exports.DOM = DOM$$1; | ||
exports.SVGNamespace = SVGNamespace; | ||
exports.stopPropagation = stopPropagation; | ||
exports.preventDefault = preventDefault; |
@@ -259,2 +259,2 @@ | ||
export { createElement$$1 as createElement }; | ||
export { createElement$$1 as createElement, DOM$$1 as DOM, SVGNamespace, stopPropagation, preventDefault }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
127940
3146
103
0