Socket
Socket
Sign inDemoInstall

imperial-metric

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    imperial-metric

A module that let you convert imperial to metric and metric to imperial easily


Version published
Weekly downloads
171
decreased by-39.58%
Maintainers
1
Install size
4.75 kB
Created
Weekly downloads
 

Readme

Source

ImperialMetric Build Status

A module that let you convert imperial to metric and metric to imperial easily

Usage

	var IM = require("imperial-metric");
	IM(1).from('inch').to("cm"); // 2.54
	IM(1).from('m').to("inch"); // 39.37007874
	IM(1).from('cm').to("foot"); // 0.03280839895
	IM(1).from('foot').to("m"); // 0.3048

includes inch, foot, mm, cm, m, km, sqrt-m, sqrt-cm, sqrt-mm, sqrt-km, sqrt-inch, sqrt-foot

Install

	npm install imperial-metric

Keywords

FAQs

Last updated on 29 Mar 2016

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