Socket
Socket
Sign inDemoInstall

corva-convert-units

Package Overview
Dependencies
Maintainers
17
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.30 to 1.10.31

2

lib/definitions/angularVelocity.js

@@ -25,3 +25,3 @@ /**

plural: 'revolutions per second',
display: '1/s'
display: 'rev/s'
},

@@ -28,0 +28,0 @@ to_anchor: 60,

@@ -118,2 +118,26 @@ const metric = {

},
/**
* In the drilling industry, especially in the context of wellbore hydraulics and
* formation pressures, the unit "psi/ft" represents "pounds per square inch per foot."
* It is often used to describe the pressure gradient or the equivalent mud weight (EMW)
* in a wellbore. This pressure gradient helps in determining the pressure at any given
* depth in a well.
*
* For example, a formation with a pressure gradient of 0.5 psi/ft at a depth of 2,000
* feet would have a pressure of 0.5 × 2,000 = 1,000 psi.
*
* However, it's important to note that "psi/ft" itself is not a traditional "name" or
* "title" of a unit like "pascal" or "atmosphere." Instead, it's more of a description
* of how the unit is derived (pressure per unit depth). In various drilling contexts,
* it might just be referred to as the "pressure gradient."
*/
'psi/ft': {
name: {
singular: 'Pound per square inch per foot',
plural: 'Pounds per square inch per foot',
display: 'psi/ft'
},
to_anchor: 19.25,
aliases: ['psi/ft'],
}
};

@@ -120,0 +144,0 @@

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