Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.