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

@vaadin/vaadin-template-renderer

Package Overview
Dependencies
Maintainers
19
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-template-renderer - npm Package Compare versions

Comparing version 21.0.4 to 21.0.5

10

package.json
{
"name": "@vaadin/vaadin-template-renderer",
"version": "21.0.4",
"version": "21.0.5",
"description": "vaadin-template-renderer",

@@ -29,5 +29,5 @@ "main": "vaadin-template-renderer.js",

"@vaadin/testing-helpers": "^0.2.1",
"@vaadin/vaadin-checkbox": "^21.0.4",
"@vaadin/vaadin-grid": "^21.0.4",
"@vaadin/vaadin-grid-pro": "^21.0.4"
"@vaadin/vaadin-checkbox": "^21.0.5",
"@vaadin/vaadin-grid": "^21.0.5",
"@vaadin/vaadin-grid-pro": "^21.0.5"
},

@@ -37,3 +37,3 @@ "publishConfig": {

},
"gitHead": "5bcf4893e594a60701c723f5c9157ad6ac694baf"
"gitHead": "c79135f420e560fa566afc1377db9585757bc4c3"
}

@@ -104,2 +104,6 @@ import { PolymerElement } from '@polymer/polymer';

this.__TemplateClass = templatize(this.__template, this, {
// Events handled by declarative event listeners
// (`on-event="handler"`) will be decorated with a `model` property pointing
// to the template instance that stamped it.
parentModel: true,
// This property prevents the template instance properties

@@ -106,0 +110,0 @@ // from passing into the `forwardHostProp` callback

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