@assecosolutions/fox-back-layer
Advanced tools
Comparing version 1.5.12 to 1.5.13
@@ -1,1 +0,1 @@ | ||
export declare const styles: import("lit-element").CSSResult; | ||
export declare const styles: import("lit").CSSResult; |
@@ -1,2 +0,2 @@ | ||
import { LitElement } from 'lit-element'; | ||
import { LitElement } from 'lit'; | ||
declare global { | ||
@@ -11,4 +11,4 @@ interface HTMLElementTagNameMap { | ||
*/ | ||
static styles: import("lit-element").CSSResult[]; | ||
render(): import("lit-element").TemplateResult; | ||
static styles: import("lit").CSSResult[]; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} |
@@ -7,4 +7,4 @@ import './FoxBackLayer'; | ||
export default _default; | ||
export declare const Default: () => import("lit-html").TemplateResult; | ||
export declare const Example1: () => import("lit-html").TemplateResult; | ||
export declare const Example2: () => import("lit-html").TemplateResult; | ||
export declare const Default: () => import("lit-html").TemplateResult<1>; | ||
export declare const Example1: () => import("lit-html").TemplateResult<1>; | ||
export declare const Example2: () => import("lit-html").TemplateResult<1>; |
{ | ||
"name": "@assecosolutions/fox-back-layer", | ||
"version": "1.5.12", | ||
"version": "1.5.13", | ||
"public": true, | ||
@@ -18,9 +18,9 @@ "lib": { | ||
"license": "MIT", | ||
"dependencies": { | ||
"lit-element": "~2.4.0", | ||
"lit-html": "^1.1.2" | ||
}, | ||
"main": "./shared-ui-organisms-fox-back-layer.umd.js", | ||
"module": "./shared-ui-organisms-fox-back-layer.esm.js", | ||
"typings": "./index.d.ts" | ||
"main": "./index.umd.js", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"lit": "^2.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
9240
125
2
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removedlit-element@~2.4.0
- Removedlit-html@^1.1.2
- Removedlit-element@2.4.0(transitive)
- Removedlit-html@1.4.1(transitive)