
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.
Honeycrisp is a unique number input created to aid standard two-factor auth login flows by providing an enhanced input for One-Time Passwords.

Give it a try -> Codepen
Install with NPM:
$ npm install honeycrisp --save
Install with Yarn:
$ yarn add honeycrisp
<div class="honeycrisp"></div>
Honeycrisp.create('.honeycrisp');
You can use any classname you would like to locate the element for Honeycrisp to place the input.
Honeycrisp.create('.honeycrisp', {
inputName: "name",
inputClass: "input-class",
WrapperClass: "wrapper-class",
inputCount: 6,
});
Honeycrisp is open source and contributions from the community are encouraged! No contribution is too small.
MIT
FAQs
A crispy input for 2FA
The npm package honeycrisp receives a total of 85 weekly downloads. As such, honeycrisp popularity was classified as not popular.
We found that honeycrisp 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.