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

angular-notifier

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-notifier - npm Package Compare versions

Comparing version 13.0.0 to 14.0.0

esm2022/angular-notifier.mjs

12

CHANGELOG.md

@@ -7,2 +7,14 @@ # Changelog

## [14.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/14.0.0) (2023-06-05)
### Features
- Upgrade to Angular 16 ([#256](https://github.com/dominique-mueller/angular-notifier/pull/256))
### BREAKING CHANGES
- The upgrade to Angular 16 breaks compatibility with Angular 15.
<br>
## [13.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/13.0.0) (2023-06-05)

@@ -9,0 +21,0 @@

2

lib/components/notifier-notification.component.d.ts

@@ -156,3 +156,3 @@ import { AfterViewInit, ElementRef, EventEmitter, Renderer2 } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<NotifierNotificationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NotifierNotificationComponent, "notifier-notification", never, { "notification": "notification"; }, { "ready": "ready"; "dismiss": "dismiss"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NotifierNotificationComponent, "notifier-notification", never, { "notification": { "alias": "notification"; "required": false; }; }, { "ready": "ready"; "dismiss": "dismiss"; }, never, never, false, never>;
}

@@ -7,7 +7,3 @@ {

],
"module": "fesm2015/angular-notifier.mjs",
"es2020": "fesm2020/angular-notifier.mjs",
"esm2020": "esm2020/angular-notifier.mjs",
"fesm2020": "fesm2020/angular-notifier.mjs",
"fesm2015": "fesm2015/angular-notifier.mjs",
"module": "fesm2022/angular-notifier.mjs",
"typings": "index.d.ts",

@@ -20,7 +16,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/angular-notifier.mjs",
"es2020": "./fesm2020/angular-notifier.mjs",
"es2015": "./fesm2015/angular-notifier.mjs",
"node": "./fesm2015/angular-notifier.mjs",
"default": "./fesm2020/angular-notifier.mjs"
"esm2022": "./esm2022/angular-notifier.mjs",
"esm": "./esm2022/angular-notifier.mjs",
"default": "./fesm2022/angular-notifier.mjs"
}

@@ -32,3 +26,3 @@ },

"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.",
"version": "13.0.0",
"version": "14.0.0",
"license": "MIT",

@@ -53,5 +47,5 @@ "repository": {

"peerDependencies": {
"@angular/common": ">= 15.0.0 < 16.0.0",
"@angular/core": ">= 15.0.0 < 16.0.0"
"@angular/common": ">= 16.0.0 < 17.0.0",
"@angular/core": ">= 16.0.0 < 17.0.0"
}
}

@@ -49,2 +49,3 @@ <div align="center">

| `13.x` | `15.x` | Ivy (partial mode) |
| `14.x` | `16.x` | Ivy (partial mode) |

@@ -51,0 +52,0 @@ <br><br><br>

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