
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@lukechavers/unit-conversion
Advanced tools
My solution to the Flexion Coding Challenge (v3.2)
In order to run this application, you'll need a relatively recent
version of Node.js and NPM. This application was developed against
the following versions:
$ node -v
v8.12.0
$ npm -v
6.4.1
The easiest way to launch the app is via npx, which ships with npm.
$ npx @lukechavers/unit-conversion
If you'd like to install the application on your system, there are two
ways to go about it. Use the npm method if you'd just like to run or
use the app or the git method if you'd like to develop or view the
full project source code.
$ npm install -g @lukechavers/unit-conversion
$ unit-conversion
$ git clone git@github.com:vmadman/flexion-coding-challenge.git
$ cd flexion-coding-challenge
$ npm install
$ npm start
ConsoleController and into
dedicated utility classes.FAQs
My solution to the Flexion Coding Challenge (v3.2)
We found that @lukechavers/unit-conversion demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.