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
6
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.0.5-alpha.40 to 0.0.5

6

custom-elements.json

@@ -147,10 +147,4 @@ {

]
},
{
"kind": "javascript-module",
"path": "test/tray.test-vrt.ts",
"declarations": [],
"exports": []
}
]
}

10

package.json
{
"name": "@spectrum-web-components/tray",
"version": "0.0.5-alpha.40+c7dd897f",
"version": "0.0.5",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.6-alpha.40+c7dd897f",
"@spectrum-web-components/modal": "^0.3.8-alpha.40+c7dd897f",
"@spectrum-web-components/underlay": "^0.6.8-alpha.40+c7dd897f",
"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/modal": "^0.3.7",
"@spectrum-web-components/underlay": "^0.6.8",
"tslib": "^2.0.0"

@@ -61,3 +61,3 @@ },

],
"gitHead": "c7dd897fd72154e0dd172b15c8b39c13670c7f25"
"gitHead": "e437f5c415e0fbd686258f641077a928b6e589af"
}

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

declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
declare const styles: import("@spectrum-web-components/base").CSSResult;
export default styles;

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

declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
declare const styles: import("@spectrum-web-components/base").CSSResult;
export default styles;

@@ -42,3 +42,3 @@ /*

<sp-tray ?open=${args.open}>
<sp-dialog size="small">
<sp-dialog size="s">
<h2 slot="heading">New Messages</h2>

@@ -45,0 +45,0 @@ You have 5 new messages.

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