Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mumath

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mumath - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

7

package.json
{
"name": "mumath",
"version": "0.4.1",
"description": "Micro math methods: isBetween, between, getPrecition, toPrecision",
"version": "0.4.2",
"description": "Micro math methods",
"main": "index.js",
"files": [
"*.js"
],
"scripts": {

@@ -7,0 +10,0 @@ "test": "node test/index.js"

@@ -0,1 +1,3 @@

# μMath [![Build Status](https://travis-ci.org/dfcreative/mumath.svg?branch=master)](https://travis-ci.org/dfcreative/mumath) [![Code Climate](https://codeclimate.com/github/dfcreative/mumath/badges/gpa.svg)](https://codeclimate.com/github/dfcreative/mumath) <a href="UNLICENSE"><img src="http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg" width="20"/></a>
Common math functions aware of objects and arrays.

@@ -7,3 +9,7 @@

* `isBetween(a,min,max)`
* `toPrecision(a)`
* `getPrecision(a)`
* `round(a)`
Each can be required as `require('mumath/<fn>')`;
[![NPM](https://nodei.co/npm/mutype.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/mumath/)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc