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

@equinor/fusion-observable

Package Overview
Dependencies
Maintainers
4
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 7.0.0 to 7.0.1

2

dist/types/action-mapper.d.ts
import { ActionCreator, ActionDefinitions, ActionTypes } from './types/actions';
type ActionCalls<T extends ActionDefinitions> = {
export type ActionCalls<T extends ActionDefinitions> = {
[K in keyof T]: T[K] extends ActionCreator ? (...args: Parameters<T[K]>) => void : never;

@@ -4,0 +4,0 @@ };

@@ -5,3 +5,3 @@ export * from './FlowSubject';

export { FlowSubject as ReactiveObservable } from './FlowSubject';
export { actionMapper } from './action-mapper';
export { actionMapper, ActionCalls } from './action-mapper';
export { createAction, actionBaseType, ActionCreatorWithPreparedPayload } from './create-action';

@@ -8,0 +8,0 @@ export { createAsyncAction, isRequestAction, isCompleteAction, isFailureAction, isSuccessAction, } from './create-async-action';

{
"name": "@equinor/fusion-observable",
"version": "7.0.0",
"version": "7.0.1",
"description": "WIP",

@@ -72,3 +72,3 @@ "keywords": [

},
"gitHead": "5c04abe62f8da3121c3b54bbab8c6703fcfbb7f6"
"gitHead": "1ecfa9d9aae5c8686aea4678d514bfd4f32d451a"
}

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