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

@forter/avatar

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/avatar - npm Package Compare versions

Comparing version 1.0.1-beta.262 to 1.0.1-beta.292

2

FcAvatar.js
import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';
import { property, html, LitElement } from 'lit-element';
import { LitElement, property, html } from 'lit-element';
import style from './fc-avatar.css';

@@ -4,0 +4,0 @@

{
"name": "@forter/avatar",
"version": "1.0.1-beta.262+84e4f9a",
"version": "1.0.1-beta.292+9682982",
"description": "Avatar from Forter Components",

@@ -13,5 +13,5 @@ "main": "index.js",

"clean": "sh ../../scripts/clean.sh",
"link": "npm link",
"link": "yarn link",
"postbuild": "sh ../../scripts/postbuild.sh",
"prepare": "npm run build",
"prepare": "yarn build",
"test": "echo \"Please run tests from the repository root\" && exit 1"

@@ -55,3 +55,3 @@ },

},
"gitHead": "84e4f9a0f90c9f3b1ca838b8131de9809e3ff136"
"gitHead": "9682982c188a9dd0bc4fcdb60a34586f7937f030"
}

@@ -20,3 +20,3 @@ import { html } from 'lit-html';

{ key: 'src', fn: () => text('src', el.src) },
]});
] });
}

@@ -36,3 +36,3 @@

fc-avatar {
--fc-avatar-size: ${number('--fc-avatar-size', 48, {range: true, min: 12, max: 128, step: 1})}px;
--fc-avatar-size: ${number('--fc-avatar-size', 48, { range: true, min: 12, max: 128, step: 1 })}px;
}

@@ -44,3 +44,3 @@ </style>

(storiesOf('<fc-avatar>', module)
(storiesOf('Display Components|Avatar', module)
.addDecorator(withKnobs)

@@ -47,0 +47,0 @@ .add('Element Properties', elementProperties, { notes, options })

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