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

@spectrum-web-components/color-loupe

Package Overview
Dependencies
Maintainers
7
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/color-loupe - npm Package Compare versions

Comparing version 0.3.11-devmode.7 to 0.3.11

6

custom-elements.json

@@ -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

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