react-faux-dom
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-faux-dom", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "DOM like data structure to be mutated by D3 et al, then rendered to React elements", | ||
@@ -5,0 +5,0 @@ "main": "src/ReactFauxDOM.js", |
@@ -10,2 +10,5 @@ var Element = require('./Element') | ||
}, | ||
createElementNS: function (namespace, nodeName) { | ||
return this.createElement(nodeName) | ||
}, | ||
compareDocumentPosition: function () { | ||
@@ -12,0 +15,0 @@ // The selector engine tries to validate with this, but we don't care. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16987
394
0