Socket
Socket
Sign inDemoInstall

basic-math-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    basic-math-utils

Basic math utilities for doing some basic math operations


Version published
Weekly downloads
1K
increased by19.18%
Maintainers
1
Install size
28.1 kB
Created
Weekly downloads
 

Readme

Source

basic-math-utils

Basic math utilities for doing some basic math operations.

Master

build status coverage report

Dev

build status coverage report

Table of Contents


Installation

$ npm install basic-math-utils --save

Changelog

Quick start

Clone project

git clone ssh://git@module.kopaxgroup.com:20024/dev-tools/basic-math-utils.git

Install dependencies

npm install

Build project

npm run build

Run unit test

npm test

Watch unit test

npm run test:watch

Watch the /dist directory

npm run build:dist:watch

Watch the /lib directory

npm run build:lib:watch

Contribute

master is used to release the version.

  • master only accept merge requests from dev

dev is the developement branch. It should be used by developers for applying their merge requests.

If you wish to implement new functionalities you need to do a merge request including your change on the dev branch.

git checkout dev
git checkout $(whoami)-dev
git push -u origin $(whoami)-dev 

License

Licensed under the MIT License, Copyright © 2017-present Yeutech Company Limited.

See LICENSE for more information.

Keywords

FAQs

Last updated on 16 Apr 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc