New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.0.1

1

lib/index.d.ts

@@ -7,2 +7,1 @@ /**

export * from './avatar';
export { default as Avatar } from './Avatar.svelte';

@@ -8,2 +8,1 @@ // Copyright (c) Quang Phan. All rights reserved. Licensed under the MIT license.

export * from './avatar';
export { default as Avatar } from './Avatar.svelte';

16

package.json
{
"name": "@svelte-put/avatar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Component and utils for handling avatar",
"type": "module",
"types": "lib/index.d.ts",
"svelte": "./lib/Avatar.svelte",
"exports": {

@@ -13,3 +13,13 @@ "./package.json": "./package.json",

},
"svelte": "./lib/Avatar.svelte",
"types": "lib/index.d.ts",
"typesVersions": {
"*": {
"avatar": [
"./lib/avatar.d.ts"
],
"Avatar.svelte": [
"./lib/Avatar.svelte.d.ts"
]
}
},
"publishConfig": {

@@ -16,0 +26,0 @@ "access": "public"

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