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 4.0.3 to 4.0.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.0.4](https://github.com/forter/web-components/compare/@forter/avatar@4.0.3...@forter/avatar@4.0.4) (2020-01-10)
**Note:** Version bump only for package @forter/avatar
## [4.0.3](https://github.com/forter/web-components/compare/@forter/avatar@4.0.2...@forter/avatar@4.0.3) (2020-01-07)

@@ -8,0 +16,0 @@

@@ -5,2 +5,9 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';

/**
* initial value
* @function
* @param {String} x the current value
* @return {String} the first two letters
*/
const initial = x => typeof x !== 'string' ? '' : x.substring(0, 1).toUpperCase();

@@ -107,2 +114,6 @@ /**

/** @inheritdoc */
/** @inheritdoc */
/** @inheritdoc */
function render() {

@@ -109,0 +120,0 @@ const {

4

package.json
{
"name": "@forter/avatar",
"version": "4.0.3",
"version": "4.0.4",
"description": "Avatar from Forter Components",

@@ -54,3 +54,3 @@ "main": "index.js",

},
"gitHead": "18ec77052de658932ec984e5257fd8706d1028ad"
"gitHead": "4aa5a5b097ffbf67446b25af63923309b9060b26"
}

@@ -5,2 +5,8 @@ import { LitElement, html, property } from 'lit-element';

/**
* initial value
* @function
* @param {String} x the current value
* @return {String} the first two letters
*/
const initial = x =>

@@ -50,4 +56,7 @@ typeof x !== 'string' ? ''

/** @inheritdoc */
static is = 'fc-avatar';
/** @inheritdoc */
static styles = [style];

@@ -54,0 +63,0 @@

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