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

@spectrum-web-components/icon

Package Overview
Dependencies
Maintainers
7
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.9.11 to 0.9.12-lit-next.0

2

custom-elements.json

@@ -98,3 +98,3 @@ {

"kind": "method",
"name": "_getUpdateComplete",
"name": "getUpdateComplete",
"privacy": "protected",

@@ -101,0 +101,0 @@ "return": {

{
"name": "@spectrum-web-components/icon",
"version": "0.9.11",
"version": "0.9.12-lit-next.0+297042cb5",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/iconset": "^0.5.7",
"@spectrum-web-components/base": "^0.4.6-lit-next.137+297042cb5",
"@spectrum-web-components/iconset": "^0.5.8-lit-next.137+297042cb5",
"tslib": "^2.0.0"

@@ -60,3 +60,3 @@ },

],
"gitHead": "d7f2ca747a902cf8b632cc8491fa675419297180"
"gitHead": "297042cb5770314e9a5181c1fd97d722622f091c"
}

@@ -19,3 +19,3 @@ import { TemplateResult } from '@spectrum-web-components/base';

private parseIcon;
protected _getUpdateComplete(): Promise<boolean>;
protected getUpdateComplete(): Promise<boolean>;
}

@@ -89,4 +89,4 @@ /*

}
async _getUpdateComplete() {
const complete = (await super._getUpdateComplete());
async getUpdateComplete() {
const complete = (await super.getUpdateComplete());
await this.updateIconPromise;

@@ -93,0 +93,0 @@ return complete;

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