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

@spectrum-web-components/overlay

Package Overview
Dependencies
Maintainers
6
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.11.8 to 0.11.9-alpha.1

12

package.json
{
"name": "@spectrum-web-components/overlay",
"version": "0.11.8",
"version": "0.11.9-alpha.1+23ae605e",
"publishConfig": {

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

"@popperjs/core": "^2.2.2",
"@spectrum-web-components/action-button": "^0.5.2",
"@spectrum-web-components/base": "^0.4.4",
"@spectrum-web-components/shared": "^0.12.5",
"@spectrum-web-components/theme": "^0.8.9",
"@spectrum-web-components/action-button": "^0.5.3-alpha.1+23ae605e",
"@spectrum-web-components/base": "^0.4.5-alpha.1+23ae605e",
"@spectrum-web-components/shared": "^0.12.6-alpha.1+23ae605e",
"@spectrum-web-components/theme": "^0.8.10-alpha.1+23ae605e",
"popper-max-size-modifier": "^0.2.0",

@@ -68,3 +68,3 @@ "tslib": "^2.0.0"

],
"gitHead": "3fe011d7edbebbfa42831d1b4b571e0ccef59e91"
"gitHead": "23ae605e3718dd3f86bc3aa5b10229a4eb7f83c9"
}

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

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

@@ -78,4 +78,4 @@ import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';

private stealOverlayContentResolver;
protected _getUpdateComplete(): Promise<void>;
protected getUpdateComplete(): Promise<boolean>;
}
export {};

@@ -352,5 +352,6 @@ /*

}
async _getUpdateComplete() {
await super._getUpdateComplete();
async getUpdateComplete() {
await super.getUpdateComplete();
await this.stealOverlayContentPromise;
return true;
}

@@ -357,0 +358,0 @@ }

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

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

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