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.1.0 to 4.1.1

6

dist/esm.dom-bindings.js

@@ -688,3 +688,5 @@ /**

const {template, context} = redundant.pop();
template.unmount(context, parentScope, false);
// notice that we pass null as last argument because
// the root node and its children will be removed by domdiff
template.unmount(context, parentScope, null);
}

@@ -1491,3 +1493,3 @@

this.el.parentNode.removeChild(this.el);
} else {
} else if (mustRemoveRoot !== null) {
cleanNode(this.el);

@@ -1494,0 +1496,0 @@ }

@@ -694,3 +694,5 @@ (function (global, factory) {

const {template, context} = redundant.pop();
template.unmount(context, parentScope, false);
// notice that we pass null as last argument because
// the root node and its children will be removed by domdiff
template.unmount(context, parentScope, null);
}

@@ -1497,3 +1499,3 @@

this.el.parentNode.removeChild(this.el);
} else {
} else if (mustRemoveRoot !== null) {
cleanNode(this.el);

@@ -1500,0 +1502,0 @@ }

{
"name": "@riotjs/dom-bindings",
"version": "4.1.0",
"version": "4.1.1",
"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