![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@acoustic-content-sdk/redux-feature-auth-layout-mapping
Advanced tools
Implementation of a redux feature to manage authoring layout mappings.
Implementation of a redux feature to manage authoring layout mappings.
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping
Implementation of a redux feature to manage authoring layout mappings.
Interface | Description |
---|---|
AuthLayoutMappingFeatureState |
Variable | Description |
---|---|
ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT | |
ACTION_ADD_AUTH_LAYOUT_MAPPING | |
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE | |
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING | |
ACTION_LOAD_AUTH_LAYOUT_MAPPING | |
ACTION_SET_AUTH_LAYOUT_MAPPING | Do not add a side effect to this action |
addAuthoringLayoutMappingAction | |
addAuthoringLayoutMappingIfNonExistentAction | Adds this content item to the store only if the item does not exist, yet. If the item does not exist, this triggers a addAuthoringLayoutMappingAction. |
AUTH_LAYOUT_MAPPING_FEATURE | |
authLayoutMappingFeatureReducer | |
authoringLayoutMappingFeature | Exposes the feature module selector |
authoringLayoutMappingReducer | reducers for authoring content |
guaranteeAuthoringLayoutMappingAction | |
guaranteeAuthoringLayoutMappingByTypeAction | |
loadAuthoringLayoutMappingAction | |
selectAuthLayoutMappingFeature | Select the authoring type feature |
selectAuthoringLayoutMapping | |
selectAuthoringLayoutMappingByTypeId | |
setAuthoringLayoutMappingAction | |
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > AuthLayoutMappingFeatureState
Signature:
export interface AuthLayoutMappingFeatureState
Property | Type | Description |
---|---|---|
authLayoutMapping | AuthoringLayoutMappingState |
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT
Signature:
ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT = "ACTION_ADD_AUTH_LAYOUT_MAPPING_IF_NONEXISTENT"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_ADD_AUTH_LAYOUT_MAPPING
Signature:
ACTION_ADD_AUTH_LAYOUT_MAPPING = "ACTION_ADD_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE
Signature:
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE = "ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING_BY_TYPE"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING
Signature:
ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING = "ACTION_GUARANTEE_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_LOAD_AUTH_LAYOUT_MAPPING
Signature:
ACTION_LOAD_AUTH_LAYOUT_MAPPING = "ACTION_LOAD_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > ACTION_SET_AUTH_LAYOUT_MAPPING
Do not add a side effect to this action
Signature:
ACTION_SET_AUTH_LAYOUT_MAPPING = "ACTION_SET_AUTH_LAYOUT_MAPPING"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > addAuthoringLayoutMappingAction
Signature:
addAuthoringLayoutMappingAction: UnaryFunction<AuthoringLayoutMapping, AddAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > addAuthoringLayoutMappingIfNonExistentAction
Adds this content item to the store only if the item does not exist, yet. If the item does not exist, this triggers a addAuthoringLayoutMappingAction.
Signature:
addAuthoringLayoutMappingIfNonExistentAction: UnaryFunction<AuthoringLayoutMapping, AddAuthoringLayoutMappingIfNonExistentAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > AUTH_LAYOUT_MAPPING_FEATURE
Signature:
AUTH_LAYOUT_MAPPING_FEATURE = "authLayoutMapping"
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > authLayoutMappingFeatureReducer
Signature:
authLayoutMappingFeatureReducer: {
authLayoutMapping: import("redux").Reducer<Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutMapping>, import("./auth.layout.mapping.actions").AddAuthoringLayoutMappingAction | import("./auth.layout.mapping.actions").SetAuthoringLayoutMappingAction>;
}
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > authoringLayoutMappingFeature
Exposes the feature module selector
Signature:
authoringLayoutMappingFeature: import("@acoustic-content-sdk/redux-store").ReduxFeatureModule<Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutMapping>, AuthLayoutMappingFeatureState, import("redux").AnyAction, import("redux").AnyAction, any>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > authoringLayoutMappingReducer
reducers for authoring content
Signature:
authoringLayoutMappingReducer: Reducer<AuthoringLayoutMappingState, AddAuthoringLayoutMappingAction | SetAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > guaranteeAuthoringLayoutMappingAction
Signature:
guaranteeAuthoringLayoutMappingAction: UnaryFunction<string, GuaranteeAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > guaranteeAuthoringLayoutMappingByTypeAction
Signature:
guaranteeAuthoringLayoutMappingByTypeAction: UnaryFunction<string, GuaranteeAuthoringLayoutMappingByTypeAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > loadAuthoringLayoutMappingAction
Signature:
loadAuthoringLayoutMappingAction: UnaryFunction<string, LoadAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > selectAuthLayoutMappingFeature
Select the authoring type feature
Signature:
selectAuthLayoutMappingFeature: import("rxjs").UnaryFunction<Record<string, any>, Record<string, import("@acoustic-content-sdk/api").AuthoringLayoutMapping>>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > selectAuthoringLayoutMapping
Signature:
selectAuthoringLayoutMapping: UnaryFunction<string, UnaryFunction<AuthoringLayoutMappingState, AuthoringLayoutMapping>>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > selectAuthoringLayoutMappingByTypeId
Signature:
selectAuthoringLayoutMappingByTypeId: UnaryFunction<string, UnaryFunction<AuthoringLayoutMappingState, AuthoringLayoutMapping>>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > setAuthoringLayoutMappingAction
Signature:
setAuthoringLayoutMappingAction: UnaryFunction<AuthoringLayoutMapping, SetAuthoringLayoutMappingAction>
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > 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-mapping > AuthoringLayoutMappingState
Signature:
export declare type AuthoringLayoutMappingState = Record<string, AuthoringLayoutMapping>;
Home > @acoustic-content-sdk/redux-feature-auth-layout-mapping > AuthLayoutMappingFeatureState > authLayoutMapping
Signature:
[AUTH_LAYOUT_MAPPING_FEATURE]: AuthoringLayoutMappingState;
FAQs
Implementation of a redux feature to manage authoring layout mappings.
The npm package @acoustic-content-sdk/redux-feature-auth-layout-mapping receives a total of 0 weekly downloads. As such, @acoustic-content-sdk/redux-feature-auth-layout-mapping popularity was classified as not popular.
We found that @acoustic-content-sdk/redux-feature-auth-layout-mapping 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.