Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0 to 1.0.1

16

package.json
{
"name": "vue-awesome-notifications",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vue.js version of Awesome Notifications JavaScript library",
"main": "index.js",
"scripts": {
"build":
"rimraf dist/* && cross-env NODE_ENV=production webpack --progress --hide-modules && cpx node_modules/awesome-notifications/src/styles/**/*.scss dist/styles && cpx node_modules/awesome-notifications/dist/style.css dist/styles"
"build": "rimraf dist/* && cross-env NODE_ENV=production webpack --progress --hide-modules && cpx node_modules/awesome-notifications/src/styles/**/*.scss dist/styles && cpx node_modules/awesome-notifications/dist/style.css dist/styles"
},

@@ -14,3 +13,10 @@ "repository": {

},
"keywords": ["vue", "notifications", "toast", "confirm", "modal", "dialogs"],
"keywords": [
"vue",
"notifications",
"toast",
"confirm",
"modal",
"dialogs"
],
"author": "David Yunevich",

@@ -23,3 +29,3 @@ "license": "MIT",

"dependencies": {
"awesome-notifications": "^1.0.4"
"awesome-notifications": "^1.0.5"
},

@@ -26,0 +32,0 @@ "devDependencies": {

@@ -6,3 +6,3 @@ # Vue Awesome Notifications

**Demo**: https://f3oall.github.io/awesome-notifications/
![Demo gif](docs/demo.gif)
![Demo gif](demo.gif)

@@ -39,5 +39,5 @@ ## Install

```html
<styles lang="scss">
<style lang="scss">
@import '~vue-awesome-notifications/dist/styles/style.scss';
</styles>
</style>
```

@@ -48,5 +48,5 @@

```html
<styles lang="css">
<style lang="css">
@import 'vue-awesome-notifications/dist/styles/style.css';
</styles>
</style>
```

@@ -67,2 +67,3 @@

**Styles**
If you use SCSS, you can configure styles by redefining variables. List of available variables can be found in [Awesome Notifications repo](https://github.com/f3oall/awesome-notifications/blob/master/src/styles/variables.scss)

@@ -69,0 +70,0 @@

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