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

@riotjs/dom-bindings

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riotjs/dom-bindings - npm Package Compare versions

Comparing version 4.6.2 to 4.6.3

8

dist/esm.dom-bindings.js

@@ -1061,3 +1061,9 @@ /**

// handle boolean attributes
if (isBoolean(value) || isObject(value) || isFunction(value)) {
if (
!HTMLElement.prototype[name] && (
isBoolean(value) ||
isObject(value) ||
isFunction(value)
)
) {
node[name] = value;

@@ -1064,0 +1070,0 @@ }

@@ -1067,3 +1067,9 @@ (function (global, factory) {

// handle boolean attributes
if (isBoolean(value) || isObject(value) || isFunction(value)) {
if (
!HTMLElement.prototype[name] && (
isBoolean(value) ||
isObject(value) ||
isFunction(value)
)
) {
node[name] = value;

@@ -1070,0 +1076,0 @@ }

2

package.json
{
"name": "@riotjs/dom-bindings",
"version": "4.6.2",
"version": "4.6.3",
"description": "Riot.js DOM bindings",

@@ -5,0 +5,0 @@ "main": "dist/umd.dom-bindings.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