Socket
Socket
Sign inDemoInstall

corva-convert-units

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corva-convert-units - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

16

lib/definitions/speed.js

@@ -12,2 +12,10 @@ var metric, imperial;

},
'm/min': {
name: {
singular: 'Meter per minute',
plural: 'Meters per minute',
display: 'm/s'
},
to_anchor: 0.06
},
'm/h': {

@@ -56,2 +64,10 @@ name: {

},
'ft/min': {
name: {
singular: 'Foot per minute',
plural: 'Feet per minute',
display: 'ft/s'
},
to_anchor: 0.0113636
},
'ft/h': {

@@ -58,0 +74,0 @@ name: {

185

lib/definitions/volumeFlowRate.js

@@ -7,4 +7,5 @@ var metric

name: {
singular: 'Cubic Millimeter per second'
, plural: 'Cubic Millimeters per second'
singular: 'Cubic Millimeter per second',
plural: 'Cubic Millimeters per second',
display: 'mm³/s',
}

@@ -15,4 +16,5 @@ , to_anchor: 1/1000000

name: {
singular: 'Cubic Centimeter per second'
, plural: 'Cubic Centimeters per second'
singular: 'Cubic Centimeter per second',
plural: 'Cubic Centimeters per second',
display: 'cm³/s',
}

@@ -23,4 +25,5 @@ , to_anchor: 1/1000

name: {
singular: 'Millilitre per second'
, plural: 'Millilitres per second'
singular: 'Millilitre per second',
plural: 'Millilitres per second',
display: 'ml/s',
}

@@ -31,4 +34,5 @@ , to_anchor: 1/1000

name: {
singular: 'Centilitre per second'
, plural: 'Centilitres per second'
singular: 'Centilitre per second',
plural: 'Centilitres per second',
display: 'cl/s',
}

@@ -39,4 +43,5 @@ , to_anchor: 1/100

name: {
singular: 'Decilitre per second'
, plural: 'Decilitres per second'
singular: 'Decilitre per second',
plural: 'Decilitres per second',
display: 'dl/s',
}

@@ -47,4 +52,5 @@ , to_anchor: 1/10

name: {
singular: 'Litre per second'
, plural: 'Litres per second'
singular: 'Litre per second',
plural: 'Litres per second',
display: 'l/s',
}

@@ -55,4 +61,5 @@ , to_anchor: 1

name: {
singular: 'Litre per minute'
, plural: 'Litres per minute'
singular: 'Litre per minute',
plural: 'Litres per minute',
display: 'l/min',
}

@@ -63,4 +70,5 @@ , to_anchor: 1/60

name: {
singular: 'Litre per hour'
, plural: 'Litres per hour'
singular: 'Litre per hour',
plural: 'Litres per hour',
display: 'l/h',
}

@@ -71,4 +79,5 @@ , to_anchor: 1/3600

name: {
singular: 'Kilolitre per second'
, plural: 'Kilolitres per second'
singular: 'Kilolitre per second',
plural: 'Kilolitres per second',
display: 'kl/s',
}

@@ -79,4 +88,5 @@ , to_anchor: 1000

name: {
singular: 'Kilolitre per minute'
, plural: 'Kilolitres per minute'
singular: 'Kilolitre per minute',
plural: 'Kilolitres per minute',
display: 'kl/min',
}

@@ -87,4 +97,5 @@ , to_anchor: 50/3

name: {
singular: 'Kilolitre per hour'
, plural: 'Kilolitres per hour'
singular: 'Kilolitre per hour',
plural: 'Kilolitres per hour',
display: 'kl/h',
}

@@ -95,4 +106,5 @@ , to_anchor: 5/18

name: {
singular: 'Cubic meter per second'
, plural: 'Cubic meters per second'
singular: 'Cubic meter per second',
plural: 'Cubic meters per second',
display: 'm³/s',
}

@@ -103,4 +115,5 @@ , to_anchor: 1000

name: {
singular: 'Cubic meter per minute'
, plural: 'Cubic meters per minute'
singular: 'Cubic meter per minute',
plural: 'Cubic meters per minute',
display: 'm³/min'
}

@@ -111,4 +124,5 @@ , to_anchor: 50/3

name: {
singular: 'Cubic meter per hour'
, plural: 'Cubic meters per hour'
singular: 'Cubic meter per hour',
plural: 'Cubic meters per hour',
display: 'm³/h'
}

@@ -119,4 +133,5 @@ , to_anchor: 5/18

name: {
singular: 'Cubic kilometer per second'
, plural: 'Cubic kilometers per second'
singular: 'Cubic kilometer per second',
plural: 'Cubic kilometers per second',
display: 'km³/min'
}

@@ -130,4 +145,5 @@ , to_anchor: 1000000000000

name: {
singular: 'Teaspoon per second'
, plural: 'Teaspoons per second'
singular: 'Teaspoon per second',
plural: 'Teaspoons per second',
display: 'tsp/s',
}

@@ -138,4 +154,5 @@ , to_anchor: 1/6

name: {
singular: 'Tablespoon per second'
, plural: 'Tablespoons per second'
singular: 'Tablespoon per second',
plural: 'Tablespoons per second',
display: 'Tbs/s',
}

@@ -146,4 +163,5 @@ , to_anchor: 1/2

name: {
singular: 'Cubic inch per second'
, plural: 'Cubic inches per second'
singular: 'Cubic inch per second',
plural: 'Cubic inches per second',
display: 'in³/s',
}

@@ -154,4 +172,5 @@ , to_anchor: 0.55411

name: {
singular: 'Cubic inch per minute'
, plural: 'Cubic inches per minute'
singular: 'Cubic inch per minute',
plural: 'Cubic inches per minute',
display: 'in³/min',
}

@@ -162,4 +181,5 @@ , to_anchor: 0.55411/60

name: {
singular: 'Cubic inch per hour'
, plural: 'Cubic inches per hour'
singular: 'Cubic inch per hour',
plural: 'Cubic inches per hour',
display: 'in³/h',
}

@@ -170,4 +190,5 @@ , to_anchor: 0.55411/3600

name: {
singular: 'Fluid Ounce per second'
, plural: 'Fluid Ounces per second'
singular: 'Fluid Ounce per second',
plural: 'Fluid Ounces per second',
display: 'fl-oz/s',
}

@@ -178,4 +199,5 @@ , to_anchor: 1

name: {
singular: 'Fluid Ounce per minute'
, plural: 'Fluid Ounces per minute'
singular: 'Fluid Ounce per minute',
plural: 'Fluid Ounces per minute',
display: 'fl-oz/min',
}

@@ -186,4 +208,5 @@ , to_anchor: 1/60

name: {
singular: 'Fluid Ounce per hour'
, plural: 'Fluid Ounces per hour'
singular: 'Fluid Ounce per hour',
plural: 'Fluid Ounces per hour',
display: 'fl-oz/h',
}

@@ -194,4 +217,5 @@ , to_anchor: 1/3600

name: {
singular: 'Cup per second'
, plural: 'Cups per second'
singular: 'Cup per second',
plural: 'Cups per second',
display: 'cup/s',
}

@@ -202,4 +226,5 @@ , to_anchor: 8

name: {
singular: 'Pint per second'
, plural: 'Pints per second'
singular: 'Pint per second',
plural: 'Pints per second',
display: 'pnt/s',
}

@@ -210,4 +235,5 @@ , to_anchor: 16

name: {
singular: 'Pint per minute'
, plural: 'Pints per minute'
singular: 'Pint per minute',
plural: 'Pints per minute',
display: 'pnt/min',
}

@@ -218,4 +244,5 @@ , to_anchor: 4/15

name: {
singular: 'Pint per hour'
, plural: 'Pints per hour'
singular: 'Pint per hour',
plural: 'Pints per hour',
display: 'pnt/h',
}

@@ -226,4 +253,5 @@ , to_anchor: 1/225

name: {
singular: 'Quart per second'
, plural: 'Quarts per second'
singular: 'Quart per second',
plural: 'Quarts per second',
display: 'qt/s',
}

@@ -234,4 +262,5 @@ , to_anchor: 32

name: {
singular: 'Gallon per second'
, plural: 'Gallons per second'
singular: 'Gallon per second',
plural: 'Gallons per second',
display: 'g/s',
}

@@ -242,4 +271,5 @@ , to_anchor: 128

name: {
singular: 'Gallon per minute'
, plural: 'Gallons per minute'
singular: 'Gallon per minute',
plural: 'Gallons per minute',
display: 'g/min',
}

@@ -250,4 +280,5 @@ , to_anchor: 32/15

name: {
singular: 'Gallon per hour'
, plural: 'Gallons per hour'
singular: 'Gallon per hour',
plural: 'Gallons per hour',
display: 'g/h',
}

@@ -258,4 +289,5 @@ , to_anchor: 8/225

name: {
singular: 'Cubic foot per second'
, plural: 'Cubic feet per second'
singular: 'Cubic foot per second',
plural: 'Cubic feet per second',
display: 'ft³/s',
}

@@ -266,4 +298,5 @@ , to_anchor: 957.506

name: {
singular: 'Cubic foot per minute'
, plural: 'Cubic feet per minute'
singular: 'Cubic foot per minute',
plural: 'Cubic feet per minute',
display: 'ft³/min',
}

@@ -274,4 +307,5 @@ , to_anchor: 957.506/60

name: {
singular: 'Cubic foot per hour'
, plural: 'Cubic feet per hour'
singular: 'Cubic foot per hour',
plural: 'Cubic feet per hour',
display: 'ft³/h',
}

@@ -282,4 +316,5 @@ , to_anchor: 957.506/3600

name: {
singular: 'Cubic yard per second'
, plural: 'Cubic yards per second'
singular: 'Cubic yard per second',
plural: 'Cubic yards per second',
display: 'yd³/s',
}

@@ -290,4 +325,5 @@ , to_anchor: 25852.7

name: {
singular: 'Cubic yard per minute'
, plural: 'Cubic yards per minute'
singular: 'Cubic yard per minute',
plural: 'Cubic yards per minute',
display: 'yd³/min',
}

@@ -298,4 +334,5 @@ , to_anchor: 25852.7/60

name: {
singular: 'Cubic yard per hour'
, plural: 'Cubic yards per hour'
singular: 'Cubic yard per hour',
plural: 'Cubic yards per hour',
display: 'yd³/h',
}

@@ -302,0 +339,0 @@ , to_anchor: 25852.7/3600

2

package.json
{
"name": "corva-convert-units",
"version": "1.9.1",
"version": "1.9.2",
"description": "Convert between quantities in different units",

@@ -5,0 +5,0 @@ "main": "lib",

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