New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/tray

Package Overview
Dependencies
Maintainers
7
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/tray - npm Package Compare versions

Comparing version 0.3.12-devmode.7 to 0.3.12

6

custom-elements.json

@@ -7,3 +7,3 @@ {

"kind": "javascript-module",
"path": "sp-tray.ts",
"path": "sp-tray.js",
"declarations": [],

@@ -23,3 +23,3 @@ "exports": [

"kind": "javascript-module",
"path": "src/Tray.ts",
"path": "src/Tray.js",
"declarations": [

@@ -180,3 +180,3 @@ {

"name": "Tray",
"module": "src/Tray.ts"
"module": "src/Tray.js"
}

@@ -183,0 +183,0 @@ }

{
"name": "@spectrum-web-components/tray",
"version": "0.3.12-devmode.7+8303f3a2a",
"version": "0.3.12",
"publishConfig": {

@@ -60,7 +60,7 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.5.9-devmode.31+8303f3a2a",
"@spectrum-web-components/modal": "^0.6.10-devmode.7+8303f3a2a",
"@spectrum-web-components/reactive-controllers": "^0.2.5-devmode.86+8303f3a2a",
"@spectrum-web-components/shared": "^0.14.5-devmode.7+8303f3a2a",
"@spectrum-web-components/underlay": "^0.8.11-devmode.7+8303f3a2a",
"@spectrum-web-components/base": "^0.6.0",
"@spectrum-web-components/modal": "^0.6.10",
"@spectrum-web-components/reactive-controllers": "^0.2.5",
"@spectrum-web-components/shared": "^0.14.5",
"@spectrum-web-components/underlay": "^0.8.11",
"tslib": "^2.0.0"

@@ -76,3 +76,3 @@ },

],
"gitHead": "8303f3a2a90b0aedc15158797662ccfa8f4a2031"
"gitHead": "50cac779bbb0d6735c2061f1eceb86b9daf9b22b"
}

@@ -12,3 +12,7 @@ import {

import "@spectrum-web-components/theme/src/themes.js";
import { testForLitDevWarnings } from "../../../test/testing-helpers.js";
describe("Tray", () => {
testForLitDevWarnings(async () => await fixture(html`
<sp-tray></sp-tray>
`));
it("loads default tray accessibly", async () => {

@@ -15,0 +19,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