@spectrum-web-components/underlay
Advanced tools
Comparing version 0.8.11-devmode.7 to 0.8.11
@@ -7,3 +7,3 @@ { | ||
"kind": "javascript-module", | ||
"path": "sp-underlay.ts", | ||
"path": "sp-underlay.js", | ||
"declarations": [], | ||
@@ -23,3 +23,3 @@ "exports": [ | ||
"kind": "javascript-module", | ||
"path": "src/Underlay.ts", | ||
"path": "src/Underlay.js", | ||
"declarations": [ | ||
@@ -67,3 +67,3 @@ { | ||
"name": "Underlay", | ||
"module": "src/Underlay.ts" | ||
"module": "src/Underlay.js" | ||
} | ||
@@ -70,0 +70,0 @@ } |
{ | ||
"name": "@spectrum-web-components/underlay", | ||
"version": "0.8.11-devmode.7+8303f3a2a", | ||
"version": "0.8.11", | ||
"publishConfig": { | ||
@@ -60,3 +60,3 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.5.9-devmode.31+8303f3a2a", | ||
"@spectrum-web-components/base": "^0.6.0", | ||
"tslib": "^2.0.0" | ||
@@ -72,3 +72,3 @@ }, | ||
], | ||
"gitHead": "8303f3a2a90b0aedc15158797662ccfa8f4a2031" | ||
"gitHead": "50cac779bbb0d6735c2061f1eceb86b9daf9b22b" | ||
} |
import { elementUpdated, expect, fixture, html } from "@open-wc/testing"; | ||
import "@spectrum-web-components/underlay/sp-underlay.js"; | ||
import { testForLitDevWarnings } from "../../../test/testing-helpers.js"; | ||
describe("Underlay", () => { | ||
testForLitDevWarnings(async () => await fixture(html` | ||
<sp-underlay></sp-underlay> | ||
`)); | ||
it("loads default underlay accessibly", async () => { | ||
@@ -5,0 +9,0 @@ const el = await fixture(html` |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
52392
339
0
1
+ Added@spectrum-web-components/base@0.6.0(transitive)
- Removed@spectrum-web-components/base@0.5.9-devmode.31(transitive)