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

@umbraco-ui/uui-avatar-group

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-avatar-group - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

lib/uui-avatar-group.element.d.ts

@@ -5,2 +5,3 @@ import { LitElement } from 'lit';

* @element uui-avatar-group
* @slot for uui-avatar elements
*/

@@ -7,0 +8,0 @@ export declare class UUIAvatarGroupElement extends LitElement {

34

package.json
{
"name": "@umbraco-ui/uui-avatar-group",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"keywords": [
"Umbraco",
"Custom elements",
"Web components",
"UI",
"Lit",
"Avatar"
],
"description": "This element is designed to hold uui-avatars. It displays them slightly overlapped, so they are presented nicely. Use it if you need to display many avatars in one place. Set a limit to display certain number of avatars and a number of the ones remaining out of view.",
"repository": {
"type": "git",
"url": "https://github.com/umbraco/Umbraco.UI.git",
"directory": "packages/uui-avatar-group"
},
"bugs": {
"url": "https://github.com/umbraco/Umbraco.UI/issues"
},
"main": "./dist/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"types": "./lib/uui-avatar.element.d.ts",
"customElements": "custom-elements.json",
"files": [
"dist",
"lib"
"lib",
"custom-elements.json"
],
"dependencies": {
"@umbraco-ui/uui-base": "^0.0.5"
"@umbraco-ui/uui-base": "^0.0.6"
},
"devDependencies": {
"@umbraco-ui/uui-avatar": "^0.0.5"
"@umbraco-ui/uui-avatar": "^0.0.6"
},
"scripts": {
"build": "tsc --build --force && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf dist lib"
"clean": "tsc --build --clean && rimraf dist lib",
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
},

@@ -25,3 +45,3 @@ "publishConfig": {

},
"gitHead": "9aac63591ffa7bb95cf8a1a49927abd119bbf4a8"
"gitHead": "561b39a1d239c7474d6e57b4df13c7300ba2bce4"
}

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