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.4.1 to 4.4.2

5

dist/esm.dom-bindings.js

@@ -1328,5 +1328,8 @@ /**

template: null,
cachedParentScope: null,
getTemplateScope(scope, parentScope) {
return extendParentScope(this.attributes, scope, parentScope)
// cache the parent scope to avoid this issue https://github.com/riot/riot/issues/2762
this.cachedParentScope = parentScope || this.cachedParentScope;
return extendParentScope(this.attributes, scope, this.cachedParentScope)
},

@@ -1333,0 +1336,0 @@

@@ -1334,5 +1334,8 @@ (function (global, factory) {

template: null,
cachedParentScope: null,
getTemplateScope(scope, parentScope) {
return extendParentScope(this.attributes, scope, parentScope)
// cache the parent scope to avoid this issue https://github.com/riot/riot/issues/2762
this.cachedParentScope = parentScope || this.cachedParentScope;
return extendParentScope(this.attributes, scope, this.cachedParentScope)
},

@@ -1339,0 +1342,0 @@

4

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

@@ -51,3 +51,3 @@ "main": "dist/umd.dom-bindings.js",

"rollup-plugin-node-resolve": "^5.2.0",
"sinon": "^7.4.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0"

@@ -54,0 +54,0 @@ },

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