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

@polymer/lit-element

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/lit-element - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lit-element.js

@@ -124,3 +124,3 @@ /**

if (change && this.__isChanging) {
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${name}' from '${this._getProperty(name)}' to '${value}'.`);
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${property}' from '${this._getProperty(property)}' to '${value}'.`);
}

@@ -127,0 +127,0 @@ return change;

{
"name": "@polymer/lit-element",
"version": "0.2.1",
"version": "0.2.2",
"description": "Polymer based lit-html custom element",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -133,3 +133,3 @@ /**

if (change && this.__isChanging) {
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${name}' from '${this._getProperty(name)}' to '${value}'.`);
console.trace(`Setting propertyes in response to other properties changing considered harmful. Setting '${property}' from '${this._getProperty(property)}' to '${value}'.`);
}

@@ -136,0 +136,0 @@ return change;

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