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

ngx-msg

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-msg - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

package.json
{
"name": "ngx-msg",
"version": "0.0.2",
"version": "0.1.0",
"description": "Angular notification component",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,3 +10,3 @@ export declare class NgxMsgPosition {

export declare class NgxMsgLevel {
static readonly Succeed: number;
static readonly Success: number;
static readonly Info: number;

@@ -13,0 +13,0 @@ static readonly Warning: number;

@@ -15,3 +15,3 @@ export var NgxMsgPosition = (function () {

}
NgxMsgLevel.Succeed = 1;
NgxMsgLevel.Success = 1;
NgxMsgLevel.Info = 2;

@@ -18,0 +18,0 @@ NgxMsgLevel.Warning = 3;

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