Socket
Socket
Sign inDemoInstall

@mekari/pixel-toast

Package Overview
Dependencies
7
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.14 to 0.0.15

6

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

@@ -60,3 +60,3 @@ 'use strict';

type: String,
default: 'info'
default: 'success'
},

@@ -76,2 +76,6 @@

created() {
if (this.variant === 'info' || this.variant === 'warning') console.warn('[Pixel warn]: Deprecated on `variant` prop `info` and `warning`.');
},
render(h) {

@@ -78,0 +82,0 @@ return h(pixelBox.MpBox, {

@@ -60,3 +60,3 @@ 'use strict';

type: String,
default: 'info'
default: 'success'
},

@@ -76,2 +76,6 @@

created() {
if (this.variant === 'info' || this.variant === 'warning') console.warn('[Pixel warn]: Deprecated on `variant` prop `info` and `warning`.');
},
render(h) {

@@ -78,0 +82,0 @@ return h(pixelBox.MpBox, {

@@ -52,3 +52,3 @@ import Breadstick from 'breadstick';

type: String,
default: 'info'
default: 'success'
},

@@ -68,2 +68,6 @@

created() {
if (this.variant === 'info' || this.variant === 'warning') console.warn('[Pixel warn]: Deprecated on `variant` prop `info` and `warning`.');
},
render(h) {

@@ -70,0 +74,0 @@ return h(MpBox, {

2

package.json
{
"name": "@mekari/pixel-toast",
"description": "Mekari Pixel | Toast component component",
"version": "0.0.14",
"version": "0.0.15",
"homepage": "https://mekari.design/",

@@ -6,0 +6,0 @@ "repository": {

@@ -53,3 +53,3 @@ import Breadstick from 'breadstick'

type: String,
default: 'info'
default: 'success'
},

@@ -66,2 +66,6 @@ /** Toast ID */

},
created() {
if (this.variant === 'info' || this.variant === 'warning')
console.warn('[Pixel warn]: Deprecated on `variant` prop `info` and `warning`.')
},
render(h) {

@@ -68,0 +72,0 @@ return h(

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc