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.4.0 to 4.4.1

4

index.js

@@ -59,4 +59,4 @@ var document = require('global/document')

if (props.onload || props.onunload) {
var load = props.onload
var unload = props.onunload
var load = props.onload || function () {}
var unload = props.onunload || function () {}
onload(el, function bel_onload () {

@@ -63,0 +63,0 @@ load(el)

{
"name": "bel",
"version": "4.4.0",
"version": "4.4.1",
"description": "A simple extension to native elements",

@@ -5,0 +5,0 @@ "main": "index.js",

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