Comparing version 4.5.0 to 4.5.1
@@ -101,2 +101,4 @@ var document = require('global/document') | ||
el.setAttributeNS(XLINKNS, p, val) | ||
} else if (/^xmlns($|:)/i.test(p)) { | ||
// skip xmlns definitions | ||
} else { | ||
@@ -147,2 +149,3 @@ el.setAttributeNS(null, p, val) | ||
module.exports = hyperx(belCreateElement) | ||
module.exports.default = module.exports | ||
module.exports.createElement = belCreateElement |
{ | ||
"name": "bel", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "A simple extension to native elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ # [bel](https://en.wikipedia.org/wiki/Bel_(mythology)) |
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
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
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
135
10441
1