@spectrum-web-components/color-loupe
Advanced tools
Comparing version 0.3.11-devmode.7 to 0.3.11
@@ -7,3 +7,3 @@ { | ||
"kind": "javascript-module", | ||
"path": "sp-color-loupe.ts", | ||
"path": "sp-color-loupe.js", | ||
"declarations": [], | ||
@@ -23,3 +23,3 @@ "exports": [ | ||
"kind": "javascript-module", | ||
"path": "src/ColorLoupe.ts", | ||
"path": "src/ColorLoupe.js", | ||
"declarations": [ | ||
@@ -85,3 +85,3 @@ { | ||
"name": "ColorLoupe", | ||
"module": "src/ColorLoupe.ts" | ||
"module": "src/ColorLoupe.js" | ||
} | ||
@@ -88,0 +88,0 @@ } |
{ | ||
"name": "@spectrum-web-components/color-loupe", | ||
"version": "0.3.11-devmode.7+8303f3a2a", | ||
"version": "0.3.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/color-loupe/sp-color-loupe.js"; | ||
import { testForLitDevWarnings } from "../../../test/testing-helpers.js"; | ||
describe("ColorLoupe", () => { | ||
testForLitDevWarnings(async () => await fixture(html` | ||
<sp-color-loupe></sp-color-loupe> | ||
`)); | ||
it("loads default color-loupe accessibly", async () => { | ||
@@ -5,0 +9,0 @@ const el = await fixture(html` |
Sorry, the diff of this file is not supported yet
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
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 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
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 1 instance in 1 package
199926
1614
0
1
+ Added@spectrum-web-components/base@0.6.0(transitive)
- Removed@spectrum-web-components/base@0.5.9-devmode.31(transitive)