Socket
Socket
Sign inDemoInstall

corva-convert-units

Package Overview
Dependencies
Maintainers
2
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.4.0 to 1.4.1

8

lib/definitions/density.js

@@ -18,3 +18,3 @@ var metric, imperial;

},
to_anchor: 1 / 999.9963159
to_anchor: 1 / 1000
},

@@ -27,3 +27,3 @@ 'kg/cm3': {

},
to_anchor: 1 / 999.9963159
to_anchor: 1000
}

@@ -49,9 +49,9 @@ };

unit: 'sg',
ratio: 0.1198264
ratio: 1 / 0.1198264
},
imperial: {
unit: 'ppg',
ratio: 1 / 0.1198264
ratio: 0.1198264
}
}
};
{
"name": "corva-convert-units",
"version": "1.4.0",
"version": "1.4.1",
"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