Socket
Socket
Sign inDemoInstall

@spectrum-web-components/avatar

Package Overview
Dependencies
Maintainers
7
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.8.1 to 0.9.0

test/avatar.test-vrt.js

6

package.json
{
"name": "@spectrum-web-components/avatar",
"version": "0.8.1",
"version": "0.9.0",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.6",
"@spectrum-web-components/base": "^0.5.0",
"tslib": "^2.0.0"

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

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

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

import { SpectrumElement, CSSResultArray, TemplateResult, PropertyValues } from '@spectrum-web-components/base';
import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';
export declare type AvatarSize = 50 | 75 | 100 | 200 | 300 | 400 | 500 | 600 | 700;

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

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

import { __decorate } from "tslib";
import { html, SpectrumElement, property, ifDefined, } from '@spectrum-web-components/base';
import { html, SpectrumElement, } from '@spectrum-web-components/base';
import { property } from '@spectrum-web-components/base/src/decorators.js';
import { ifDefined } from '@spectrum-web-components/base/src/directives.js';
import avatarStyles from './avatar.css.js';

@@ -16,0 +18,0 @@ const validSizes = [50, 75, 100, 200, 300, 400, 500, 600, 700];

@@ -12,3 +12,3 @@ /*

*/
import { html } from 'lit-html';
import { html } from '@spectrum-web-components/base';
import '../sp-avatar.js';

@@ -15,0 +15,0 @@ import { avatar } from './images';

Sorry, the diff of this file is not supported yet

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