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

@equinor/fusion-observable

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-observable - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

dist/esm/query/QueryClient.js

@@ -12,2 +12,5 @@ import { interval, Observable, Subject } from 'rxjs';

}
get query() {
return this.__client$;
}
constructor(queryFn, options) {

@@ -14,0 +17,0 @@ super((subscriber) => this.__state$.pipe(pluck('data')).subscribe(subscriber));

import { Observable, ObservableInput } from 'rxjs';
import { Query } from './Query';
import { QueryCacheState } from './QueryCache';

@@ -14,2 +15,3 @@ import { QueryFn, RetryOpt } from './types';

get data(): TType | undefined;
get query(): Query<TType, TArgs>;
constructor(queryFn: QueryFn<TType, TArgs>, options?: QueryOptions<TType, TArgs>);

@@ -16,0 +18,0 @@ refresh(): void;

4

package.json
{
"name": "@equinor/fusion-observable",
"version": "0.1.1",
"version": "0.1.2",
"description": "WIP",

@@ -66,3 +66,3 @@ "private": false,

},
"gitHead": "eb9e99989c0d6b70744de62da8701699e093f0db"
"gitHead": "2b5c8c7384850ab253cf215b2be9525fa01340cd"
}

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