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

@spectrum-web-components/avatar

Package Overview
Dependencies
Maintainers
6
Versions
251
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.7.8-alpha.69 to 0.7.8-beta.71

21

custom-elements.json

@@ -7,2 +7,17 @@ {

"kind": "javascript-module",
"path": "sp-avatar.ts",
"declarations": [],
"exports": [
{
"kind": "custom-element-definition",
"name": "sp-avatar",
"declaration": {
"name": "Avatar",
"module": "/src/Avatar.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/Avatar.ts",

@@ -12,3 +27,3 @@ "declarations": [

"kind": "class",
"description": "Avatar component",
"description": "",
"name": "Avatar",

@@ -58,3 +73,5 @@ "members": [

"package": "@spectrum-web-components/base"
}
},
"tagName": "sp-avatar",
"customElement": true
}

@@ -61,0 +78,0 @@ ],

6

package.json
{
"name": "@spectrum-web-components/avatar",
"version": "0.7.8-alpha.69+d4d43daa6",
"version": "0.7.8-beta.71+c312a8a9a",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.6-alpha.69+d4d43daa6",
"@spectrum-web-components/base": "^0.4.5",
"tslib": "^2.0.0"

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

],
"gitHead": "d4d43daa67bd039e78735e15d1b352cd07924710"
"gitHead": "c312a8a9a8c3cf22802a606f03101b30706bee17"
}

@@ -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;
import { SpectrumElement, CSSResultArray, TemplateResult } from '@spectrum-web-components/base';
/**
* Avatar component
* @element sp-avatar
*/

@@ -5,0 +5,0 @@ export declare class Avatar extends SpectrumElement {

@@ -16,3 +16,3 @@ /*

/**
* Avatar component
* @element sp-avatar
*/

@@ -19,0 +19,0 @@ export class Avatar extends SpectrumElement {

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

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

*/
import { html } from '@spectrum-web-components/base';
import { html } from 'lit-html';
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