Socket
Socket
Sign inDemoInstall

@mekari/pixel-avatar

Package Overview
Dependencies
94
Maintainers
8
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.14 to 0.6.15

9

dist/mekari-pixel-avatar.cjs.dev.js

@@ -328,2 +328,11 @@ 'use strict';

watch: {
src(newVal, oldVal) {
if (newVal !== oldVal) {
this.src = newVal;
this.loadImage(newVal);
}
}
},
methods: {

@@ -330,0 +339,0 @@ loadImage(src) {

@@ -328,2 +328,11 @@ 'use strict';

watch: {
src(newVal, oldVal) {
if (newVal !== oldVal) {
this.src = newVal;
this.loadImage(newVal);
}
}
},
methods: {

@@ -330,0 +339,0 @@ loadImage(src) {

@@ -324,2 +324,11 @@ import { MpBox } from '@mekari/pixel-box';

watch: {
src(newVal, oldVal) {
if (newVal !== oldVal) {
this.src = newVal;
this.loadImage(newVal);
}
}
},
methods: {

@@ -326,0 +335,0 @@ loadImage(src) {

4

package.json
{
"name": "@mekari/pixel-avatar",
"version": "0.6.14",
"version": "0.6.15",
"description": "Mekari Pixel | Avatar component",

@@ -30,3 +30,3 @@ "homepage": "https://mekari.design/",

"@mekari/pixel-utils": "0.6.1",
"@mekari/pixel-icon": "0.11.14"
"@mekari/pixel-icon": "0.11.15"
},

@@ -33,0 +33,0 @@ "devDependencies": {

@@ -141,2 +141,10 @@ import { MpBox } from '@mekari/pixel-box'

},
watch: {
src(newVal, oldVal) {
if (newVal !== oldVal) {
this.src = newVal
this.loadImage(newVal)
}
}
},
methods: {

@@ -143,0 +151,0 @@ loadImage(src) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc