Socket
Socket
Sign inDemoInstall

@polymer/lit-element

Package Overview
Dependencies
Maintainers
9
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.6.0-dev.4 to 0.6.0-dev.5

2

lit-element.d.ts

@@ -15,3 +15,3 @@ /**

import { render } from 'lit-html/lib/shady-render';
import { TemplateResult } from 'lit-html/core';
import { TemplateResult } from 'lit-html';
import { UpdatingElement, PropertyValues } from './lib/updating-element.js';

@@ -18,0 +18,0 @@ export * from './lib/updating-element.js';

{
"name": "@polymer/lit-element",
"version": "0.6.0-dev.4",
"version": "0.6.0-dev.5",
"description": "Polymer based lit-html custom element",

@@ -41,3 +41,3 @@ "license": "BSD-3-Clause",

"dependencies": {
"lit-html": "dev"
"lit-html": ">=0.11.0-dev.3 <2.0.0"
},

@@ -44,0 +44,0 @@ "publishConfig": {

@@ -15,3 +15,3 @@ /**

import {render} from 'lit-html/lib/shady-render';
import {TemplateResult} from 'lit-html/core';
import {TemplateResult} from 'lit-html';
import {UpdatingElement, PropertyValues} from './lib/updating-element.js';

@@ -76,2 +76,2 @@

}
}

Sorry, the diff of this file is not supported yet

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