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

@appnest/lit-util

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appnest/lit-util - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

decorator/custom-element.d.ts

@@ -1,2 +0,2 @@

import { Constructor } from "@polymer/lit-element";
import { Constructor } from "lit-element";
/**

@@ -3,0 +3,0 @@ * Defines a custom element.

{
"name": "@appnest/lit-util",
"version": "0.0.13",
"version": "0.0.14",
"description": "A collection of useful functions for projects based on lit-html",

@@ -51,7 +51,7 @@ "license": "MIT",

"dependencies": {
"@polymer/lit-element": "^0.6.3"
"lit-element": "^2.0.0-rc.3"
},
"devDependencies": {
"@appnest/web-config": "0.1.28"
"@appnest/web-config": "0.2.2"
}
}

@@ -10,3 +10,2 @@ /**

* @param elementNames
* @returns {Promise<[any , any , any , any , any , any , any , any , any , any]>}
*/

@@ -13,0 +12,0 @@ export declare function waitForElements(elementNames: string[]): Promise<void[]>;

@@ -12,3 +12,2 @@ /**

* @param elementNames
* @returns {Promise<[any , any , any , any , any , any , any , any , any , any]>}
*/

@@ -15,0 +14,0 @@ export function waitForElements(elementNames) {

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