Socket
Socket
Sign inDemoInstall

@spectrum-web-components/avatar

Package Overview
Dependencies
Maintainers
10
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.42.3 to 0.42.4

./src/index.js

10

package.json
{
"name": "@spectrum-web-components/avatar",
"version": "0.42.3",
"version": "0.42.4",
"publishConfig": {

@@ -60,7 +60,7 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.42.3",
"@spectrum-web-components/shared": "^0.42.3"
"@spectrum-web-components/base": "^0.42.4",
"@spectrum-web-components/shared": "^0.42.4"
},
"devDependencies": {
"@spectrum-css/avatar": "^6.1.5"
"@spectrum-css/avatar": "^7.1.0"
},

@@ -73,3 +73,3 @@ "types": "./src/index.d.ts",

],
"gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
"gitHead": "4924ffd06681ced537edaed873a9ce8b42cf155c"
}

@@ -9,4 +9,3 @@ "use strict";

result = (kind ? decorator(target, key, result) : decorator(result)) || result;
if (kind && result)
__defProp(target, key, result);
if (kind && result) __defProp(target, key, result);
return result;

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