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 2.4.2 to 2.5.0

dist/esm/create-state.js

4

dist/types/action-mapper.d.ts

@@ -1,2 +0,2 @@

import { ActionCreator, ActionDefinitions, AnyAction } from './types/actions';
import { ActionCreator, ActionDefinitions, ActionTypes } from './types/actions';
type ActionCalls<T extends ActionDefinitions> = {

@@ -6,4 +6,4 @@ [K in keyof T]: T[K] extends ActionCreator ? (...args: Parameters<T[K]>) => void : never;

export declare const actionMapper: <T extends ActionDefinitions>(actions: T, subject: {
next: (action: AnyAction) => void;
next: (action: ActionTypes<T>) => void;
}) => ActionCalls<T>;
export default actionMapper;
{
"name": "@equinor/fusion-observable",
"version": "2.4.2",
"version": "2.5.0",
"description": "WIP",

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

},
"gitHead": "4332728a74a664fc1847d69ccb7beeccbe567912"
"gitHead": "909e48f515aa842e15eaeb26a7f75c160da39e84"
}

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