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

imperial-metric

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
75
decreased by-13.79%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 29 Mar 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc