Socket
Socket
Sign inDemoInstall

vue-notification

Package Overview
Dependencies
10
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.15 to 1.3.16

10

dist/index.js

@@ -456,3 +456,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

notifyClass: function notifyClass(item) {
return ['notification', this.classes, item.type];
return ['vue-notification-template', this.classes, item.type];
},

@@ -675,3 +675,3 @@ notifyWrapperStyle: function notifyWrapperStyle(item) {

// module
exports.push([module.i, ".notifications{display:block;position:fixed;z-index:5000}.notification-wrapper{display:block;overflow:hidden;width:100%;margin:0;padding:0}.notification{display:block;box-sizing:border-box;background:#fff;text-align:left}.notification-title{font-weight:600}.vue-notification{font-size:12px;padding:10px;margin:0 5px 5px;color:#fff;background:#44a4fc;border-left:5px solid #187fe7}.vue-notification.warn{background:#ffb648;border-left-color:#f48a06}.vue-notification.error{background:#e54d42;border-left-color:#b82e24}.vue-notification.success{background:#68cd86;border-left-color:#42a85f}.vn-fade-enter-active,.vn-fade-leave-active,.vn-fade-move{transition:all .5s}.vn-fade-enter,.vn-fade-leave-to{opacity:0}", ""]);
exports.push([module.i, ".notifications{display:block;position:fixed;z-index:5000}.notification-wrapper{display:block;overflow:hidden;width:100%;margin:0;padding:0}.notification-title{font-weight:600}.vue-notification-template{background:#fff}.vue-notification,.vue-notification-template{display:block;box-sizing:border-box;text-align:left}.vue-notification{font-size:12px;padding:10px;margin:0 5px 5px;color:#fff;background:#44a4fc;border-left:5px solid #187fe7}.vue-notification.warn{background:#ffb648;border-left-color:#f48a06}.vue-notification.error{background:#e54d42;border-left-color:#b82e24}.vue-notification.success{background:#68cd86;border-left-color:#42a85f}.vn-fade-enter-active,.vn-fade-leave-active,.vn-fade-move{transition:all .5s}.vn-fade-enter,.vn-fade-leave-to{opacity:0}", ""]);

@@ -808,4 +808,4 @@ // exports

}
}, _vm._l((_vm.list), function(item) {
return (item.state != 2) ? _c('div', {
}, _vm._l((_vm.active), function(item) {
return _c('div', {
key: item.id,

@@ -837,3 +837,3 @@ staticClass: "notification-wrapper",

close: function () { return _vm.destroy(item); }
})], 2) : _vm._e()
})], 2)
}))], 1)

@@ -840,0 +840,0 @@ },staticRenderFns: []}

@@ -456,3 +456,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

notifyClass: function notifyClass(item) {
return ['notification', this.classes, item.type];
return ['vue-notification-template', this.classes, item.type];
},

@@ -675,3 +675,3 @@ notifyWrapperStyle: function notifyWrapperStyle(item) {

// module
exports.push([module.i, ".notifications{display:block;position:fixed;z-index:5000}.notification-wrapper{display:block;overflow:hidden;width:100%;margin:0;padding:0}.notification{display:block;box-sizing:border-box;background:#fff;text-align:left}.notification-title{font-weight:600}.vue-notification{font-size:12px;padding:10px;margin:0 5px 5px;color:#fff;background:#44a4fc;border-left:5px solid #187fe7}.vue-notification.warn{background:#ffb648;border-left-color:#f48a06}.vue-notification.error{background:#e54d42;border-left-color:#b82e24}.vue-notification.success{background:#68cd86;border-left-color:#42a85f}.vn-fade-enter-active,.vn-fade-leave-active,.vn-fade-move{transition:all .5s}.vn-fade-enter,.vn-fade-leave-to{opacity:0}", ""]);
exports.push([module.i, ".notifications{display:block;position:fixed;z-index:5000}.notification-wrapper{display:block;overflow:hidden;width:100%;margin:0;padding:0}.notification-title{font-weight:600}.vue-notification-template{background:#fff}.vue-notification,.vue-notification-template{display:block;box-sizing:border-box;text-align:left}.vue-notification{font-size:12px;padding:10px;margin:0 5px 5px;color:#fff;background:#44a4fc;border-left:5px solid #187fe7}.vue-notification.warn{background:#ffb648;border-left-color:#f48a06}.vue-notification.error{background:#e54d42;border-left-color:#b82e24}.vue-notification.success{background:#68cd86;border-left-color:#42a85f}.vn-fade-enter-active,.vn-fade-leave-active,.vn-fade-move{transition:all .5s}.vn-fade-enter,.vn-fade-leave-to{opacity:0}", ""]);

@@ -808,4 +808,4 @@ // exports

}
}, _vm._l((_vm.list), function(item) {
return (item.state != 2) ? _c('div', {
}, _vm._l((_vm.active), function(item) {
return _c('div', {
key: item.id,

@@ -837,3 +837,3 @@ staticClass: "notification-wrapper",

close: function () { return _vm.destroy(item); }
})], 2) : _vm._e()
})], 2)
}))], 1)

@@ -840,0 +840,0 @@ },staticRenderFns: []}

{
"name": "vue-notification",
"description": "Vue.js Notification Library",
"version": "1.3.15",
"version": "1.3.16",
"author": "euvl",

@@ -6,0 +6,0 @@ "private": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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