Socket
Socket
Sign inDemoInstall

corva-convert-units

Package Overview
Dependencies
Maintainers
4
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.9.0 to 1.9.1

4

lib/definitions/anglePerLength.js

@@ -47,9 +47,9 @@ var metric, imperial;

unit: 'dpm',
ratio: 3.281,
ratio: 1/3.28084,
},
imperial: {
unit: 'dpf',
ratio: 1/3.281,
ratio: 3.28084,
}
}
};

@@ -79,9 +79,9 @@ var metric, imperial;

unit: 'm',
ratio: 3.281
ratio: 3.28084
},
imperial: {
unit: 'ft',
ratio: 1 / 3.281
ratio: 1 / 3.28084
}
}
};
{
"name": "corva-convert-units",
"version": "1.9.0",
"version": "1.9.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