Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.1 to 0.2.0

test/tray.test-vrt.js

12

package.json
{
"name": "@spectrum-web-components/tray",
"version": "0.1.1",
"version": "0.2.0",
"publishConfig": {

@@ -47,6 +47,6 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.4.6",
"@spectrum-web-components/modal": "^0.4.1",
"@spectrum-web-components/shared": "^0.12.11",
"@spectrum-web-components/underlay": "^0.7.1",
"@spectrum-web-components/base": "^0.5.0",
"@spectrum-web-components/modal": "^0.5.0",
"@spectrum-web-components/shared": "^0.13.0",
"@spectrum-web-components/underlay": "^0.8.0",
"tslib": "^2.0.0"

@@ -62,3 +62,3 @@ },

],
"gitHead": "9c7ac25264762a9b7bad2ef3f111d5eb613f9d05"
"gitHead": "7ce77352f6894043bceac9ef92b21e5f85420969"
}

@@ -1,2 +0,2 @@

import { SpectrumElement, CSSResultArray, TemplateResult } from '@spectrum-web-components/base';
import { CSSResultArray, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';
import '@spectrum-web-components/underlay/sp-underlay.js';

@@ -3,0 +3,0 @@ /**

@@ -13,3 +13,4 @@ /*

import { __decorate } from "tslib";
import { html, SpectrumElement, property, query, } from '@spectrum-web-components/base';
import { html, SpectrumElement, } from '@spectrum-web-components/base';
import { property, query, } from '@spectrum-web-components/base/src/decorators.js';
import '@spectrum-web-components/underlay/sp-underlay.js';

@@ -16,0 +17,0 @@ import { firstFocusableIn } from '@spectrum-web-components/shared/src/first-focusable-in.js';

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