Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@toddself/round
Advanced tools
Round numbers to a specified number of signficant digits or return a 0
This is authored as an ES6 module and relies on ES6 features. The main
key in package.json
points to the transpiled ES5 source, but the jsnext:main
key points to the ES6 original source. If your environement supports:
let
& const
)import
and export
Then feel free to use the ES6 source directly.
import round from 'round'
console.log(round(12.5, 0)) // 13
console.log(round(14.5, 1)) // 14.5
console.log(round('robin')) // 0
Copyright 2015 Todd Kennedy, Apache 2.0
FAQs
Round numbers
The npm package @toddself/round receives a total of 2 weekly downloads. As such, @toddself/round popularity was classified as not popular.
We found that @toddself/round 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.