Socket
Socket
Sign inDemoInstall

@spectrum-web-components/avatar

Package Overview
Dependencies
Maintainers
5
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.3.0 to 0.3.1

LICENSE

6

CHANGELOG.md

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

## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/avatar@0.3.0...@spectrum-web-components/avatar@0.3.1) (2020-07-24)
### Bug Fixes
- ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/avatar@0.2.6...@spectrum-web-components/avatar@0.3.0) (2020-07-17)

@@ -8,0 +14,0 @@

4

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.3.0",
"version": "0.3.1",
"description": "",

@@ -58,3 +58,3 @@ "main": "src/index.js",

},
"gitHead": "75044c0b0aeafaf7c6d90c32c7b4ba1fc9d3bc28"
"gitHead": "4a420fbee76f5ff62da8fab792542bcb3b1dd0d1"
}

@@ -14,3 +14,3 @@ /*

import { html, LitElement, property, } from 'lit-element';
import { ifDefined } from 'lit-html/directives/if-defined';
import { ifDefined } from 'lit-html/directives/if-defined.js';
import avatarStyles from './avatar.css.js';

@@ -17,0 +17,0 @@ /**

@@ -20,3 +20,3 @@ /*

} from 'lit-element';
import { ifDefined } from 'lit-html/directives/if-defined';
import { ifDefined } from 'lit-html/directives/if-defined.js';

@@ -23,0 +23,0 @@ import avatarStyles from './avatar.css.js';

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