
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ohce-cli-app
Advanced tools
Our solution for GuideSmiths 2019 Christmas Challenge - ohce-kata.
Just install the app globally npm i ohce-cli-app -g in your machine and the ohce command will be available. (the app-package is available in NPM)
Example:
ohce Felipe will launch the app.
ohce Glenn --language=en will launch the app in English.
ohce Peter -l hu will launch the app in Hungarian.
Besides that, our cli-app, obviously, meets all the requirements that were specified in the original kata-specs.
But we have gone further and implemented a few more features that make our ohce app cooler.
We have set a CI pipeline to run our test suite and publishing test results as an artifact with GitHub actions and a CD pipeline too for automating the app-package publishing to NPM (https://www.npmjs.com/package/ohce-cli-app) triggered by each new release. Furthermore, the CD pipeline generates the executable files for Linux, Mac and Windows and save them as artifacts attached to each release.
A Kanban board has been our tool to manage project issues, milestones and PRs. Each commit is related to at least one issue by its id#.
We hope you like it,
Lots of love ❤️, Carlos & Daniel
ohce is a console application that echoes the reverse of what you input through the console.
Even though it seems a silly application, ohce knows a thing or two.
This is an example of using ohce during the morning:
$ ohce Pedro
> ¡Buenos días Pedro!
$ hola
> aloh
$ oto
> oto
> ¡Bonita palabra!
$ stop
> pots
$ Stop!
> Adios Pedro
FAQs
A cli app for the ohce kata
We found that ohce-cli-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.