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

@1inch/ng-utils

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1inch/ng-utils - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

3

lib/effect-controller/stream-effect-cntroller.interface.d.ts

@@ -19,5 +19,6 @@ import { Observable } from 'rxjs';

}
export interface IStreamEffectOptions {
export interface IStreamEffectOptions<P = unknown> {
name: string;
autoSubscribeEffect?: boolean;
callSource$?: Observable<P>;
}

@@ -24,0 +25,0 @@ export interface IStreamEffectControllerNoCall<V, E = Error> {

@@ -26,3 +26,3 @@ import { Observable, Subject } from 'rxjs';

protected innerIsPause: boolean;
protected constructor(streamEffectFactory: (action: Observable<P>) => Observable<V>, logger: ILogger, options: IStreamEffectOptions);
protected constructor(streamEffectFactory: (action: Observable<P>) => Observable<V>, logger: ILogger, options: IStreamEffectOptions<P>);
protected init(): void;

@@ -54,3 +54,3 @@ protected buildEvent<Payload>(type: EffectEventType): Observable<IStreamEffectEvent<Payload>>;

get resetComplete$(): Observable<void>;
constructor(streamEffectFactory: (action: Observable<P>) => Observable<V>, logger: ILogger, options: IStreamEffectOptions);
constructor(streamEffectFactory: (action: Observable<P>) => Observable<V>, logger: ILogger, options: IStreamEffectOptions<P>);
init(): void;

@@ -57,0 +57,0 @@ call(payload: P): void;

{
"name": "@1inch/ng-utils",
"version": "1.0.5",
"version": "1.1.0",
"author": "Denis Kotsiuba <kocubads96@gmail.com, d.kotsiuba@1inch.io> https://github.com/DKotsyuba",

@@ -5,0 +5,0 @@ "description": "Angular reactive utils library",

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