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

@ngneat/hot-toast

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/hot-toast - npm Package Compare versions

Comparing version 6.1.0 to 7.0.0-beta.1

esm2022/lib/hot-toast.provide.mjs

2

lib/hot-toast.model.d.ts

@@ -79,3 +79,3 @@ import { Injector } from '@angular/core';

/** The message to show in the hot-toast. */
message: Content;
message: Content | undefined;
/**

@@ -82,0 +82,0 @@ * Role of the live region.

@@ -79,3 +79,3 @@ import { Content, ViewService } from '@ngneat/overview';

*/
observe<T, DataType>(messages: ObservableMessages<T, DataType>): (source: Observable<T>) => Observable<T>;
observe<T = unknown, DataType = unknown>(messages: ObservableMessages<T, DataType>): (source: Observable<T>) => Observable<T>;
/**

@@ -82,0 +82,0 @@ * Closes the hot-toast

{
"name": "@ngneat/hot-toast",
"version": "6.1.0",
"version": "7.0.0-beta.1",
"description": "Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ngneat/overview": "5.1.1"
"@angular/core": ">= 17.0.0 < 18.0.0",
"@ngneat/overview": "6.0.0"
},

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

export * from './lib/hot-toast.service';
export * from './lib/hot-toast.module';
export * from './lib/hot-toast.provide';
export * from './lib/hot-toast.model';
export * from './lib/hot-toast-ref';

@@ -103,4 +103,7 @@ <p align="center">

# For Angular version >= 16
# For Angular version >= 16 <17
npm install @ngneat/overview@5.1.1 @ngneat/hot-toast@6
# For Angular version >= 17
npm install @ngneat/overview@6.0.0 @ngneat/hot-toast@7
```

@@ -107,0 +110,0 @@

@@ -48,3 +48,3 @@ "use strict";

return (host, context) => {
const dependencies = [{ name: '@ngneat/overview', version: '5.1.1' }];
const dependencies = [{ name: '@ngneat/overview', version: '6.0.0' }];
dependencies.forEach((dependency) => {

@@ -51,0 +51,0 @@ (0, utils_1.addPackageToPackageJson)(host, dependency.name, `${dependency.version}`);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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