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.
@axa-ch/axa-ch-core
Advanced tools
The pod containing the content for the old AEM components.
This is the core for the webub (https://axa.ch).
It contains mostly legacy code and replaces the former frontend-lib
. This pod hooks to the AEM-html and enriches it interactive functionality. It also contains all the css styles, which the webhub needs on the top level.
To install the pod locally: npm install @axa-ch/axa-ch-core
npm start
start local DEV environmentnpm run build
to trigger a ESM build needed for Midgardnpm run test
to run local testsnpm run release
to execute a release to NPM (VERY IMPORTANT: Read How To Release on this document).update package.json in the "version": "x.x.x"
field. Please follow semver best practices
run npm run release
commit to develop, add git tag containg the same version as in step 1 and push
Execute jenkins jobs (build & deploy and if all good: promote) with the version added in point 1
If you are developing for AEM, you probably want to test local builds directly in AEM.
To do so, change the 'installedPods' config in your manifest.json locally to something like this:
"installedPods": [
{
"axa-ch-core": "file:/Users/benzahler/Documents/code/repos/axa-ch-core",
"type": "basic"
}
]
The file:/ configuration should point to the axa-ch-core base dir in your local file system.
With the manifest above, you can now deploy the specific axa-ch-core pod into AEM:
FAQs
The pod containing the content for the old AEM components.
The npm package @axa-ch/axa-ch-core receives a total of 0 weekly downloads. As such, @axa-ch/axa-ch-core popularity was classified as not popular.
We found that @axa-ch/axa-ch-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 51 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.