New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aem-react-spa-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aem-react-spa-js

AEM components written in React.

  • 0.25.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AEM React integration module

This npm module is required by the AEM React Integration project. This library is written in TypeScript.

Build Status codecov npm version Greenkeeper badge

Documentation

The combined documentation for this javascript subproject and the main AEM packages have moved to aem-react.

Browser compatibility

This library uses the following new features:

function.name (compatibility)

Please use a polyfill.

window.fetch (caniuse)

Pass an object with method fetch() to ClientSling constructor or use a polyfill.

Promise (caniuse)

Please use a polyfill.

Development

Linting the commit message and the sources

node run lint

Checking the formatting of the sources

node run check

Compiling the sources

node run compile

Dependencies: node run lint, node run check

Running the unit tests

node test

Dependencies: node run compile

Formatting the sources

node run format

Committing a new change

npm run cz

Releasing a new version

node run release

This script does the following:

  1. bumps the version in package.json (based on your commit history)
  2. uses conventional-changelog to update CHANGELOG.md
  3. commits package.json and CHANGELOG.md
  4. tags a new release

Dependencies: node run test

Publishing a new release

git push --follow-tags origin master && npm publish

Keywords

FAQs

Package last updated on 27 Aug 2018

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