Socket
Socket
Sign inDemoInstall

@ngneat/subscribe

Package Overview
Dependencies
1
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

4

lib/subscribe.directive.d.ts

@@ -10,3 +10,3 @@ import { ChangeDetectorRef, OnInit, TemplateRef, ViewContainerRef, OnDestroy } from '@angular/core';

}
declare type IfAny<T, Y, N> = 0 extends (1 & T) ? Y : N;
declare type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
export declare class SubscribeDirective<T, InitialSyncValue extends boolean = true> implements OnInit, OnDestroy {

@@ -17,2 +17,3 @@ private tpl;

private subscription;
private viewRef;
private context;

@@ -26,2 +27,3 @@ initialSyncValue: InitialSyncValue;

ngOnDestroy(): void;
private onChange;
static ɵfac: i0.ɵɵFactoryDeclaration<SubscribeDirective<any, any>, never>;

@@ -28,0 +30,0 @@ static ɵdir: i0.ɵɵDirectiveDeclaration<SubscribeDirective<any, any>, "[subscribe]", never, { "initialSyncValue": "initialSyncValue"; "strategy": "strategy"; "subscribe": "subscribe"; }, {}, never>;

{
"name": "@ngneat/subscribe",
"description": "Subscription Handling Directive",
"version": "3.0.0",
"version": "3.0.1",
"dependencies": {

@@ -6,0 +6,0 @@ "tslib": "^2.0.0"

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc