Socket
Socket
Sign inDemoInstall

corva-convert-units

Package Overview
Dependencies
Maintainers
11
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.10.20 to 1.10.21

32

lib/definitions/gasConcentration.js
const metric = {
'International Units': {
'%EMA INT (10000Units)': {
name: {
singular: 'International Unit',
plural: 'International Units',
display: 'International Units'
singular: '%EMA International Unit',
plural: '%EMA International Units',
display: '%EMA International Units'
},
to_anchor: 1 / 100
to_anchor: 100
},
'US Units': {
'%EMA US (5000Units)': {
name: {
singular: 'US Unit',
plural: 'US Units',
display: 'US Units'
singular: '%EMA US Unit',
plural: '%EMA US Units',
display: '%EMA US Units'
},
to_anchor: 1 / 50
to_anchor: 50
},
'% EMA': {
'Units': {
name: {
singular: '% EMA',
plural: '% EMA',
display: '% EMA'
singular: 'Unit',
plural: 'Units',
display: 'Units'
},

@@ -34,7 +34,7 @@ to_anchor: 1

metric: {
unit: '% EMA',
unit: 'Units',
ratio: 1
},
imperial: {
unit: '% EMA',
unit: 'Units',
ratio: 1

@@ -41,0 +41,0 @@ }

{
"name": "corva-convert-units",
"version": "1.10.20",
"version": "1.10.21",
"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