Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@acoustic-content-sdk/redux-feature-auth-layout
Advanced tools
Implementation of a redux feature to manage authoring layouts.
Implementation of a redux feature to manage authoring layouts.
Home > @acoustic-content-sdk/redux-feature-auth-layout
Implementation of a redux feature to manage authoring layouts.
Interface | Description |
---|---|
AuthLayoutFeatureState |
Variable | Description |
---|---|
ACTION_ADD_AUTH_LAYOUT_IF_NONEXISTENT | |
ACTION_ADD_AUTH_LAYOUT | |
ACTION_GUARANTEE_AUTH_LAYOUT | |
ACTION_LOAD_AUTH_LAYOUT | |
ACTION_SET_AUTH_LAYOUT | Do not add a side effect to this action |
addAuthoringLayoutAction | |
addAuthoringLayoutIfNonExistentAction | Adds this content item to the store only if the item does not exist, yet. If the item does not exist, this triggers a addAuthoringLayoutAction. |
AUTH_LAYOUT_FEATURE | |
authLayoutFeatureReducer | |
authoringLayoutFeature | Exposes the feature module selector |
authoringLayoutReducer | reducers for authoring content |
guaranteeAuthoringLayoutAction | |
loadAuthoringLayoutAction | |
selectAuthLayoutFeature | Select the authoring type feature |
selectAuthoringLayout | |
setAuthoringLayoutAction | |
VERSION | Version and build number of the package |
Type Alias | Description |
---|---|
AddAuthoringLayoutAction | |
AddAuthoringLayoutIfNonExistentAction | |
AuthoringLayoutState | |
GuaranteeAuthoringLayoutAction | |
LoadAuthoringLayoutAction | |
SetAuthoringLayoutAction |
Home > @acoustic-content-sdk/redux-feature-auth-layout > AuthLayoutFeatureState
Signature:
export interface AuthLayoutFeatureState
Property | Type | Description |
---|---|---|
authLayout | AuthoringLayoutState |
Home > @acoustic-content-sdk/redux-feature-auth-layout > ACTION_ADD_AUTH_LAYOUT_IF_NONEXISTENT
Signature:
ACTION_ADD_AUTH_LAYOUT_IF_NONEXISTENT = "ACTION_ADD_AUTH_LAYOUT_IF_NONEXISTENT"
Home > @acoustic-content-sdk/redux-feature-auth-layout > ACTION_ADD_AUTH_LAYOUT
Signature:
ACTION_ADD_AUTH_LAYOUT = "ACTION_ADD_AUTH_LAYOUT"
Home > @acoustic-content-sdk/redux-feature-auth-layout > ACTION_GUARANTEE_AUTH_LAYOUT
Signature:
ACTION_GUARANTEE_AUTH_LAYOUT = "ACTION_GUARANTEE_AUTH_LAYOUT"
Home > @acoustic-content-sdk/redux-feature-auth-layout > ACTION_LOAD_AUTH_LAYOUT
Signature:
ACTION_LOAD_AUTH_LAYOUT = "ACTION_LOAD_AUTH_LAYOUT"
Home > @acoustic-content-sdk/redux-feature-auth-layout > ACTION_SET_AUTH_LAYOUT
Do not add a side effect to this action
Signature:
ACTION_SET_AUTH_LAYOUT = "ACTION_SET_AUTH_LAYOUT"
Home > @acoustic-content-sdk/redux-feature-auth-layout > addAuthoringLayoutAction
Signature:
addAuthoringLayoutAction: UnaryFunction<AuthoringLayoutItem, AddAuthoringLayoutAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout > addAuthoringLayoutIfNonExistentAction
Adds this content item to the store only if the item does not exist, yet. If the item does not exist, this triggers a addAuthoringLayoutAction.
Signature:
addAuthoringLayoutIfNonExistentAction: UnaryFunction<AuthoringLayoutItem, AddAuthoringLayoutIfNonExistentAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout > AUTH_LAYOUT_FEATURE
Signature:
AUTH_LAYOUT_FEATURE = "authLayout"
Home > @acoustic-content-sdk/redux-feature-auth-layout > authLayoutFeatureReducer
Signature:
authLayoutFeatureReducer: {
authLayout: import("redux").Reducer<Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutItem>, import("./auth.layout.actions").AddAuthoringLayoutAction | import("./auth.layout.actions").SetAuthoringLayoutAction>;
}
Home > @acoustic-content-sdk/redux-feature-auth-layout > authoringLayoutFeature
Exposes the feature module selector
Signature:
authoringLayoutFeature: import("@acoustic-content-sdk/redux-store").ReduxFeatureModule<Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutItem>, AuthLayoutFeatureState, import("redux").AnyAction, import("redux").AnyAction, any>
Home > @acoustic-content-sdk/redux-feature-auth-layout > authoringLayoutReducer
reducers for authoring content
Signature:
authoringLayoutReducer: Reducer<AuthoringLayoutState, AddAuthoringLayoutAction | SetAuthoringLayoutAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout > guaranteeAuthoringLayoutAction
Signature:
guaranteeAuthoringLayoutAction: UnaryFunction<string, GuaranteeAuthoringLayoutAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout > loadAuthoringLayoutAction
Signature:
loadAuthoringLayoutAction: UnaryFunction<string, LoadAuthoringLayoutAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout > selectAuthLayoutFeature
Select the authoring type feature
Signature:
selectAuthLayoutFeature: import("rxjs").UnaryFunction<Record<string, any>, Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutItem>>
Home > @acoustic-content-sdk/redux-feature-auth-layout > selectAuthoringLayout
Signature:
selectAuthoringLayout: UnaryFunction<string, UnaryFunction<AuthoringLayoutState, AuthoringLayoutItem>>
Home > @acoustic-content-sdk/redux-feature-auth-layout > setAuthoringLayoutAction
Signature:
setAuthoringLayoutAction: UnaryFunction<AuthoringLayoutItem, SetAuthoringLayoutAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout > VERSION
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
Home > @acoustic-content-sdk/redux-feature-auth-layout > AuthoringLayoutState
Signature:
export declare type AuthoringLayoutState = Record<string, AuthoringLayoutItem>;
Home > @acoustic-content-sdk/redux-feature-auth-layout > AuthLayoutFeatureState > authLayout
Signature:
[AUTH_LAYOUT_FEATURE]: AuthoringLayoutState;
FAQs
Implementation of a redux feature to manage authoring layouts.
The npm package @acoustic-content-sdk/redux-feature-auth-layout receives a total of 5 weekly downloads. As such, @acoustic-content-sdk/redux-feature-auth-layout popularity was classified as not popular.
We found that @acoustic-content-sdk/redux-feature-auth-layout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.