Socket
Socket
Sign inDemoInstall

corva-convert-units

Package Overview
Dependencies
Maintainers
0
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.23.0 to 1.24.0

7

CHANGELOG.md
# Changelog
## [1.24.0](https://github.com/corva-ai/corva-convert-units/compare/v1.23.0...v1.24.0) (2024-09-03)
### Features
* **DRI-1303:** Added more aliases for units ([#65](https://github.com/corva-ai/corva-convert-units/issues/65)) ([c64b438](https://github.com/corva-ai/corva-convert-units/commit/c64b438403ddbd5f43c3b34993c63db59da17ec0))
## [1.23.0](https://github.com/corva-ai/corva-convert-units/compare/v1.22.0...v1.23.0) (2024-08-28)

@@ -4,0 +11,0 @@

1

lib/definitions/mass.js

@@ -112,2 +112,3 @@ var metric, imperial;

"klbs",
"kLBS",
]

@@ -114,0 +115,0 @@ }

3

lib/definitions/pressure.js

@@ -92,3 +92,4 @@ var metric, imperial;

aliases: [
"psi"
"psi",
"PSI",
]

@@ -95,0 +96,0 @@ },

@@ -10,5 +10,8 @@ const metric = {

aliases: [
"On/Off",
"On/Off",
"None",
"EUC",
"Euc",
"UNITLESS",
"Unitless",
]

@@ -15,0 +18,0 @@ },

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