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.6 to 4.6.7

4

dist/esm.dom-bindings.js

@@ -908,7 +908,3 @@ /**

const children = meta.children || componentTemplate.children;
futureNodes.push(...children);
// add fake children into the childrenMap in order to preserve
// the index in case of unmount calls
children.forEach(child => newChildrenMap.set(child, null));
} else {

@@ -915,0 +911,0 @@ futureNodes.push(el);

@@ -914,7 +914,3 @@ (function (global, factory) {

const children = meta.children || componentTemplate.children;
futureNodes.push(...children);
// add fake children into the childrenMap in order to preserve
// the index in case of unmount calls
children.forEach(child => newChildrenMap.set(child, null));
} else {

@@ -921,0 +917,0 @@ futureNodes.push(el);

10

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

@@ -47,12 +47,12 @@ "main": "dist/umd.dom-bindings.js",

"esm": "^3.2.25",
"jsdom": "15.2.1",
"jsdom": "16.0.0",
"jsdom-global": "3.0.2",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"rollup": "^1.28.0",
"rollup": "^1.29.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sinon": "^8.0.2",
"sinon": "^8.1.0",
"sinon-chai": "^3.4.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},

@@ -59,0 +59,0 @@ "dependencies": {

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