Socket
Socket
Sign inDemoInstall

ng-snotify

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-snotify - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

index.js

@@ -542,3 +542,5 @@ import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Injectable, Input, NgModule, Output, Pipe, ViewEncapsulation } from '@angular/core';

else {
_this.backdrop = 0;
if (_this.backdrop > 0) {
_this.backdrop = 0;
}
setTimeout(function () {

@@ -545,0 +547,0 @@ _this.backdrop = -1;

@@ -543,3 +543,5 @@ (function (global, factory) {

else {
_this.backdrop = 0;
if (_this.backdrop > 0) {
_this.backdrop = 0;
}
setTimeout(function () {

@@ -546,0 +548,0 @@ _this.backdrop = -1;

{
"name": "ng-snotify",
"description": "Angular 2 notifications center",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://artemsky.github.io/ng-snotify",
"repository": {
"type": "git",
"url": "https://artemsky.github.io/ng-snotify"
"url": "https://github.com/artemsky/ng-snotify"
},

@@ -37,3 +38,4 @@ "author": {

"ng2-snotify",
"angular2 notifications"
"angular2 notifications",
"toaster"
],

@@ -40,0 +42,0 @@ "license": "MIT",

@@ -35,6 +35,6 @@ # ng-snotify

Documentation - [here](https://github.com/artemsky/ng-snotify/tree/master/documentation)
Documentation - [here](https://github.com/artemsky/ng-snotify/tree/master/documentation#overview)
Example application source - [here](https://github.com/artemsky/ng-snotify/tree/master/example/app)
Auto-Documentation - [here](https://artemsky.github.io/ng-snotify/documentation/index.html)
Change Log - [here](https://github.com/artemsky/ng-snotify/tree/master/CHANHELOG.md)
Change Log - [here](https://github.com/artemsky/ng-snotify/blob/master/CHANGELOG.md)

@@ -41,0 +41,0 @@ ## License

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