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 3.0.4 to 4.0.0

28

CHANGELOG.md

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

# [4.0.0](https://github.com/forter/web-components/compare/@forter/avatar@3.0.4...@forter/avatar@4.0.0) (2019-12-08)
### chore
* fix more stories to new format ([2580306](https://github.com/forter/web-components/commit/2580306))
### BREAKING CHANGES
* \
* fix(radio): fix test
affects: @forter/radio
* fix(json-viewer): fix story
affects: @forter/json-viewer
* chore(radio): fix test
affects: @forter/radio
## [3.0.4](https://github.com/forter/web-components/compare/@forter/avatar@3.0.3...@forter/avatar@3.0.4) (2019-11-28)

@@ -8,0 +36,0 @@

3

FcAvatar.js

@@ -16,4 +16,3 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';

*
* <fc-avatar
* abbr="Foo Bar">
* <fc-avatar>
* </fc-avatar>

@@ -20,0 +19,0 @@ * ```

{
"name": "@forter/avatar",
"version": "3.0.4",
"version": "4.0.0",
"description": "Avatar from Forter Components",

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

},
"gitHead": "3892455c25a8e3295c4c78c18c145e051774367f"
"gitHead": "193fe69cd2a4ad324c79315ac602e9d4f721e918"
}

@@ -12,4 +12,3 @@ # fc-avatar

<fc-avatar
abbr="Foo Bar">
<fc-avatar>
</fc-avatar>

@@ -16,0 +15,0 @@ ```

@@ -19,4 +19,3 @@ import { LitElement, html, property } from 'lit-element';

*
* <fc-avatar
* abbr="Foo Bar">
* <fc-avatar>
* </fc-avatar>

@@ -23,0 +22,0 @@ * ```

@@ -6,4 +6,4 @@ {

"name": "fc-avatar",
"description": "Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n\n## Usage\n\n```html\n<script>\n import '@forter/avatar';\n</script>\n\n<fc-avatar\n abbr=\"Foo Bar\">\n</fc-avatar>\n```",
"jsDoc": "/**\n * Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/avatar';\n * </script>\n *\n * <fc-avatar\n * abbr=\"Foo Bar\">\n * </fc-avatar>\n * ```\n *\n * @element fc-avatar\n * @cssprop --fc-avatar-size - height and width. default: `48px`, example: `96px`\n * @cssprop --fc-avatar-background-color - the color. default: `transparent`, example: `gold`\n */",
"description": "Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n\n## Usage\n\n```html\n<script>\n import '@forter/avatar';\n</script>\n\n<fc-avatar>\n</fc-avatar>\n```",
"jsDoc": "/**\n * Avatar circular element they used to represent person or an object. Can represent either an image or an initial.\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/avatar';\n * </script>\n *\n * <fc-avatar>\n * </fc-avatar>\n * ```\n *\n * @element fc-avatar\n * @cssprop --fc-avatar-size - height and width. default: `48px`, example: `96px`\n * @cssprop --fc-avatar-background-color - the color. default: `transparent`, example: `gold`\n */",
"attributes": [

@@ -10,0 +10,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