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

@fluid-topics/ft-wc-utils

Package Overview
Dependencies
Maintainers
2
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-wc-utils - npm Package Compare versions

Comparing version 1.0.51 to 1.0.52

1

build/redux/FtReduxStore.d.ts

@@ -17,2 +17,3 @@ import { Action, AnyAction, CaseReducerActions, Dispatch, Observable, Reducer, Slice, SliceCaseReducers, Store, Unsubscribe } from "@reduxjs/toolkit";

clear(): void;
setState(state: Partial<State>): void;
get dispatch(): Dispatch<A>;

@@ -19,0 +20,0 @@ [Symbol.observable](): Observable<any>;

13

build/redux/FtReduxStore.js

@@ -56,8 +56,3 @@ import { configureStore, createSlice } from "@reduxjs/toolkit";

return (stateFieldValue) => {
this.reduxStore.dispatch({
type: "DEFAULT_STATE_FIELDS_VALUES_SETTER",
overwrites: {
[actionName]: stateFieldValue
}
});
this.setState({ [actionName]: stateFieldValue });
};

@@ -71,2 +66,8 @@ }

}
setState(state) {
this.reduxStore.dispatch({
type: "DEFAULT_STATE_FIELDS_VALUES_SETTER",
overwrites: state
});
}
// Implement Store

@@ -73,0 +74,0 @@ get dispatch() {

{
"name": "@fluid-topics/ft-wc-utils",
"version": "1.0.51",
"version": "1.0.52",
"description": "Internal web components tools",

@@ -19,3 +19,3 @@ "author": "Fluid Topics <devtopics@antidot.net>",

},
"gitHead": "ea2d0683e542dd824889f183d48d0ed68fca794a"
"gitHead": "e5ca580eaeb1a17693fa8f2cf59fbdca412bf7d0"
}

Sorry, the diff of this file is too big to display

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