Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 0.1.0 to 0.1.1

README.md

25

package.json
{
"name": "ng-snotify",
"version": "0.1.0",
"version": "0.1.1",
"description": "Angular 4 notifications center",
"repository": {

@@ -12,4 +13,21 @@ "type": "git",

},
"homepage": "https://artemsky.github.io/ng-snotify/",
"keywords": [
"angular"
"angular",
"angular 2",
"angular 4",
"Angular2",
"ng2",
"ng4",
"Angular4",
"4",
"2",
"Library",
"Notifications",
"Notification",
"Toast",
"notify",
"notie",
"notification-center",
"snotify"
],

@@ -26,3 +44,4 @@ "license": "MIT",

"zone.js": "^0.8.4"
}
},
"readme": "README.md"
}

2

snotify/snotify.component.d.ts

@@ -5,3 +5,3 @@ import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';

import { Subscription } from 'rxjs/Subscription';
import { SnotifyOptions, SnotifyPosition } from "./snotify-config";
import { SnotifyOptions, SnotifyPosition } from './snotify-config';
export declare class SnotifyComponent implements OnInit, OnDestroy {

@@ -8,0 +8,0 @@ private service;

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