
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
toolbox-utils-js
Advanced tools
Basic node.js toolbox package for converting units and getting the date.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step series of examples that tell you how to get a development env running
Say what the step will be
npm install toolbox-utils-js
The module contains temperature conversion and date information (more to come).
Converting temperature is the same for all ways, just use the following format for each.
require the module
const tools = require('toolbox-utils-js')
To convert use {K/C/F}to{K/C/F}
var temp = tools.convertTemp.CtoF(100)
Then log it
console.log(temp) // returns 87.55555555555556
var feet = convertMiles.toFeet(20)
Then log it!
console.log(feet) // returns 105600
Get the date using
var date = tools.date()
console.log(date) // returns the date in the yyyy-mm-dd format
More math conversions and features to come soon, let me know what you want to see.
This project is licensed under the GNU License - GNU GENERAL PUBLIC LICENSE
FAQs
Helpful functions in a single package
The npm package toolbox-utils-js receives a total of 4 weekly downloads. As such, toolbox-utils-js popularity was classified as not popular.
We found that toolbox-utils-js 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.