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.2.2 to 4.2.3

6

dist/esm.dom-bindings.js

@@ -1205,5 +1205,5 @@ /**

},
unmount(scope, parentScope) {
unmount(scope, parentScope, mustRemoveRoot) {
if (this.template) {
this.template.unmount(parentScope);
this.template.unmount(parentScope, null, mustRemoveRoot);
}

@@ -1562,3 +1562,3 @@

if (this.el) {
this.bindings.forEach(b => b.unmount(scope, parentScope));
this.bindings.forEach(b => b.unmount(scope, parentScope, mustRemoveRoot));

@@ -1565,0 +1565,0 @@ if (mustRemoveRoot && this.el.parentNode) {

@@ -1211,5 +1211,5 @@ (function (global, factory) {

},
unmount(scope, parentScope) {
unmount(scope, parentScope, mustRemoveRoot) {
if (this.template) {
this.template.unmount(parentScope);
this.template.unmount(parentScope, null, mustRemoveRoot);
}

@@ -1568,3 +1568,3 @@

if (this.el) {
this.bindings.forEach(b => b.unmount(scope, parentScope));
this.bindings.forEach(b => b.unmount(scope, parentScope, mustRemoveRoot));

@@ -1571,0 +1571,0 @@ if (mustRemoveRoot && this.el.parentNode) {

{
"name": "@riotjs/dom-bindings",
"version": "4.2.2",
"version": "4.2.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