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 1.0.0 to 1.0.2

lg.js

2

index.js

@@ -17,2 +17,4 @@ /**

div: require('./div'),
lg: require('./lg'),
log: require('./log'),
mult: require('./mult'),

@@ -19,0 +21,0 @@ mod: require('./mod'),

4

package.json
{
"name": "mumath",
"version": "1.0.0",
"description": "Micro math methods",
"version": "1.0.2",
"description": "Practical math utils for components",
"main": "index.js",

@@ -6,0 +6,0 @@ "files": [

@@ -53,2 +53,4 @@ # μ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>

### `ceil(a, b, ...)`
### `log(a)`
### `lg(a)`

@@ -55,0 +57,0 @@ Simple wrappers for arythmetical functions.

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