New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-awesome-notifications

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-awesome-notifications - npm Package Compare versions

Comparing version 2.2.6 to 2.2.7

9

changelog.md

@@ -12,2 +12,9 @@ # Changelog

## [2.2.7] - 04.03.2018
### Changed
* Start using `awesome-notifications@2.2.7`. [More details](https://github.com/f3oall/awesome-notifications/blob/master/changelog.md#227---04032018)
* Update `readme.md`
## [2.2.6] - 04.03.2018

@@ -19,3 +26,3 @@

* Start using Yarn instead of NPM.
* Start usign `awesome-notifications@2.2.6`.
* Start using `awesome-notifications@2.2.6`. [More details](https://github.com/f3oall/awesome-notifications/blob/master/changelog.md#226---04032018)
* Final library size has changed **from 50kb to 16 KB**.

@@ -22,0 +29,0 @@

4

package.json
{
"name": "vue-awesome-notifications",
"version": "2.2.6",
"version": "2.2.7",
"description": "Vue.js version of Awesome Notifications JavaScript library",

@@ -38,4 +38,4 @@ "main": "dist/index.js",

"dependencies": {
"awesome-notifications": "^2.2.6"
"awesome-notifications": "^2.2.7"
}
}

@@ -5,3 +5,2 @@ [![npm](https://img.shields.io/npm/v/vue-awesome-notifications.svg?style=for-the-badge)](https://www.npmjs.com/package/vue-awesome-notifications)

# Vue Awesome Notifications

@@ -11,3 +10,8 @@

**5KB gzipped size** • **no dependencies** • **advanced async support** • **fully customizable** • **>95% test coverage**
**Demo**: https://f3oall.github.io/awesome-notifications/
**Changelog**: [changelog.md](changelog.md)
![Demo GIF](demo1.gif)

@@ -17,4 +21,6 @@

> **Attention!** This library uses FontAwesome icons, so you either need to make sure that [FontAwesome](http://fontawesome.io/get-started/) is connected to your project, either disable icons, passing the `icons: {enabled: false}` property to options. Also you can preserve icons, setting up a custom template for them via editting `options.icons.template`
> **Attention!** This library uses FontAwesome 4 icons, so you either need to make sure that [FontAwesome](http://fontawesome.io/get-started/) is connected to your project, either disable icons, passing the `icons: {enabled: false}` property to options. Also you can preserve icons, setting up a custom template for them via editing `options.icons.prefix` and `options.icons.suffix`
**Via NPM**
```

@@ -24,2 +30,8 @@ npm install --save vue-awesome-notifications

**Via Yarn**
```
yarn add vue-awesome-notifications
```
**In main.js**

@@ -26,0 +38,0 @@

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