Socket
Socket
Sign inDemoInstall

@spectrum-web-components/split-view

Package Overview
Dependencies
Maintainers
6
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/split-view - npm Package Compare versions

Comparing version 0.2.10-lit-next.0 to 0.2.10-lit-next.42

test/split-view.test-vrt.js

14

custom-elements.json

@@ -126,3 +126,3 @@ {

"type": {
"text": "number"
"text": "number | undefined"
},

@@ -148,3 +148,3 @@ "privacy": "public",

"type": {
"text": "string"
"text": "string | undefined"
},

@@ -220,3 +220,3 @@ "privacy": "public",

"type": {
"text": "WithSWCResizeObserver['ResizeObserver']"
"text": "WithSWCResizeObserver['ResizeObserver'] | undefined"
},

@@ -229,3 +229,3 @@ "privacy": "private"

"type": {
"text": "DOMRect"
"text": "DOMRect | undefined"
},

@@ -238,3 +238,3 @@ "privacy": "private"

"type": {
"text": "number"
"text": "number | undefined"
},

@@ -543,3 +543,3 @@ "privacy": "private"

"type": {
"text": "number"
"text": "number | undefined"
},

@@ -552,3 +552,3 @@ "description": "The current splitter position of split-view",

"type": {
"text": "string"
"text": "string | undefined"
},

@@ -555,0 +555,0 @@ "fieldName": "label"

{
"name": "@spectrum-web-components/split-view",
"version": "0.2.10-lit-next.0+367b10c94",
"version": "0.2.10-lit-next.42+f164d1376",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.6-lit-next.82+367b10c94",
"@spectrum-web-components/base": "^0.4.6-lit-next.124+f164d1376",
"tslib": "^2.0.0"

@@ -59,3 +59,3 @@ },

],
"gitHead": "367b10c94c43b2dd91bb74fa0839ea9b1873b08c"
"gitHead": "f164d13764897c13e8da5012f3659b294c240c62"
}

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