Socket
Socket
Sign inDemoInstall

@hootui/avatar

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hootui/avatar - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

57

package.json
{
"name": "@hootui/avatar",
"version": "1.0.7",
"version": "1.0.8",
"private": false,

@@ -8,29 +8,10 @@ "description": "web3 avatar",

"author": "",
"license": "ISC",
"sideEffects": false,
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.mjs"
},
"./index.css": {
"import": "./dist/index.css",
"require": "./dist/index.css"
},
"./package.json": "./package.json"
},
"files": [
"/dist"
"dist"
],
"sideEffects": false,
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
"publishConfig": {
"access": "public"
},

@@ -49,4 +30,28 @@ "devDependencies": {

"typescript": "^4.9.4",
"vitest": "^0.26.3"
"vitest": "^0.26.3",
"clean-package": "2.1.1"
},
"clean-package": "../../../clean-package.config.json",
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.mjs"
},
"./index.css": {
"import": "./dist/index.css",
"require": "./dist/index.css"
},
"./package.json": "./package.json"
},
"scripts": {

@@ -53,0 +58,0 @@ "build:component": "tsup src --dts",

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