Socket
Socket
Sign inDemoInstall

bel

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bel - npm Package Compare versions

Comparing version 4.5.0 to 4.5.1

3

index.js

@@ -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

2

package.json
{
"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))

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc