Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@axa-ch/alt-pod-esales-mf
Advanced tools
= POD pod-esales-mf
This is a Micro Frontend deployable on the AXA.ch WebHub.
== Scripts
To install the pod locally: npm install @axa-ch/pod-esales-mf
=== DEV commands
npm start
start local DEV environmentnpm run start:mock
start local environment with MOCK stage (without backend)npm 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).== How to release
update package.json in the "version": "x.x.x"
field. Please follow https://semver.org/[semver] best practicesbest practices
check if you have privileges to push code to npm: https://www.npmjs.com/package/@axa-ch/pod-esales-mf
run npm run release
commit to develop, add git tag containing 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
== More
== Worth a read
== Setup styleling for vs code
In your workspace setting add following line: "stylelint.validate": ["css", "less", "postcss", "scss"]
FAQs
POD Digital MF (Motorfahrzeug) Frontend
The npm package @axa-ch/alt-pod-esales-mf receives a total of 0 weekly downloads. As such, @axa-ch/alt-pod-esales-mf popularity was classified as not popular.
We found that @axa-ch/alt-pod-esales-mf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 64 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.