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.1.0 to 1.2.0

16

lib/definitions/pressure.js

@@ -60,6 +60,20 @@ var metric

singular: 'kilopound per square inch'
, plural: 'kilopound per square inch'
, plural: 'kilopounds per square inch'
}
, to_anchor: 1
}
, psf: {
name: {
singular: 'pound per square foot'
, plural: 'pounds per square foot'
}
, to_anchor: (1/144)/1000
}
, dsf: {
name: {
singular: 'decipound per square foot'
, plural: 'decipounds per square foot'
}
, to_anchor: ((1/144)/10)
}
};

@@ -66,0 +80,0 @@

2

package.json
{
"name": "corva-convert-units",
"version": "1.1.0",
"version": "1.2.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