Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@axa-ch/axa-ch-core
Advanced tools
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 84 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.