Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bel

Package Overview
Dependencies
Maintainers
1
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.1.0 to 4.2.0

2

index.js

@@ -104,3 +104,3 @@ var document = require('global/document')

if (node && node.nodeName && node.nodeType) {
if (node && node.nodeType) {
el.appendChild(node)

@@ -107,0 +107,0 @@ }

{
"name": "bel",
"version": "4.1.0",
"version": "4.2.0",
"description": "A simple extension to native elements",

@@ -8,3 +8,3 @@ "main": "index.js",

"start": "wzrd test/index.js:bundle.js",
"test": "standard && browserify test/index.js | testron",
"test": "standard && node test/server.js && browserify test/index.js | testron",
"bench": "wzrd bench/index.js:bundle.js"

@@ -11,0 +11,0 @@ },

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