New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thrive-square/avatar

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thrive-square/avatar - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

18

package.json
{
"name": "@thrive-square/avatar",
"version": "0.0.2",
"version": "0.0.3",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",

@@ -37,15 +37,17 @@ "keywords": [

"@react-aria/utils": "3.27.0",
"@thrive-square/shared-utils": "0.0.2",
"@thrive-square/react-utils": "0.0.2",
"@thrive-square/use-image": "0.0.2"
"@thrive-square/shared-utils": "0.0.3",
"@thrive-square/react-utils": "0.0.3",
"@thrive-square/use-image": "0.0.3"
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "dist/index.js",
"import": "dist/index.js"
}
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
}
}
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