Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@svelte-put/avatar

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svelte-put/avatar - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

lib/avatar.helpers.d.ts

4

lib/Avatar.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
import type { AvatarSlots, GravatarOptions, UIAvatarOptions } from './avatar';
import type { AvatarProps } from './avatar';
import type { AvatarProps } from './avatar.types';
import type { AvatarSlots, GravatarOptions, UIAvatarOptions } from './avatar.types';
declare const __propDef: {

@@ -5,0 +5,0 @@ props: {

@@ -6,3 +6,4 @@ /**

*/
export * from './avatar';
export * from './avatar.types';
export { default as Avatar } from './Avatar.svelte';
export { gravatar, uiAvatar } from './avatar.helpers';

@@ -7,3 +7,4 @@ // Copyright (c) Quang Phan. All rights reserved. Licensed under the MIT license.

*/
export * from './avatar';
export * from './avatar.types';
export { default as Avatar } from './Avatar.svelte';
export { gravatar, uiAvatar } from './avatar.helpers';
{
"name": "@svelte-put/avatar",
"version": "1.0.8",
"version": "1.0.9",
"description": "Component and utils for handling avatar",

@@ -53,23 +53,18 @@ "type": "module",

"devDependencies": {
"@microsoft/api-documenter": "^7.19.14",
"@microsoft/api-extractor": "^7.31.2",
"@microsoft/api-documenter": "^7.19.23",
"@microsoft/api-extractor": "^7.33.5",
"@svelte-put/apirc": "^0.0.0",
"@svelte-put/eslint-config": "^0.0.0",
"@svelte-put/prettierrc": "^0.0.0",
"@svelte-put/tsconfig": "^0.0.0",
"@sveltejs/adapter-auto": "1.0.0-next.80",
"@sveltejs/kit": "1.0.0-next.499",
"@sveltejs/adapter-auto": "1.0.0-next.86",
"@sveltejs/kit": "1.0.0-next.532",
"@sveltejs/package": "1.0.0-next.5",
"@types/md5": "^2.3.2",
"eslint": "^8.23.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.18",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "^3.1.3"
"svelte2tsx": "^0.5.20",
"tslib": "^2.4.1",
"typescript": "^4.8.4",
"vite": "^3.2.2"
},

@@ -90,3 +85,3 @@ "peerDependencies": {

"lint": "eslint --ignore-path .gitignore \"./**/*/*{ts,js,cjs,svelte}\"",
"format": "prettier --check --ignore-path .gitignore --plugin-search-dir=. \"./**/*.{ts,js,cjs,json,svelte,css}\"",
"format": "prettier --check --ignore-path .gitignore \"./**/*.{ts,js,cjs,json,svelte,css}\"",
"api:extract": "api-extractor run --local --verbose",

@@ -93,0 +88,0 @@ "api:document": "api-documenter markdown -i api/temp -o api/docs",

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