Socket
Socket
Sign inDemoInstall

@adobe/aem-spa-component-mapping

Package Overview
Dependencies
Maintainers
80
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aem-spa-component-mapping

* [Installation](#installation) * [Usage](#usage) * [Documentation](#documentation) * [Contributing](#contributing) * [Licensing](#licensing)


Version published
Weekly downloads
14K
decreased by-2.17%
Maintainers
80
Weekly downloads
 
Created
Source

Table of contents

  • Installation
  • Usage
  • Documentation

Installation

npm install @adobe/aem-spa-component-mapping

Usage

This module provides helpers to map resource types with SPA components.

MapTo

The MapTo helper can be used to directly associate resource type(s) with a given SPA component.

import { MapTo } from '@adobe/spa-component-mapping';

class MyComponent {
    ...
}

export default MapTo('my/resource/type')(MyComponent);

Documentation

The technical documentation is already available, but if you are unable to solve your problem or you found a bug you can always create an issue or through other means contact us and ask for help!

Contributing

Contributions are welcome! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Keywords

FAQs

Package last updated on 30 Aug 2020

Did you know?

Socket

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.

Install

Related posts

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