Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-hexfloat

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-hexfloat - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

test/00-basic.js

4

hexfloat.js

@@ -31,5 +31,5 @@ /*

if (a < 1) {
while (a < 1) { a *= 2; p-- }
while (a < 1) { a *= 2; p-- }
} else {
while (a > 2) { a /= 2; p++ }
while (a >= 2) { a /= 2; p++ }
}

@@ -36,0 +36,0 @@ var es = p < 0 ? '' : '+';

{
"name": "js-hexfloat",
"version": "0.4.3",
"version": "0.4.4",
"description": "Rudimentary C99 Hexadecimal Floating Point Support in JS",

@@ -5,0 +5,0 @@ "main": "hexfloat.js",

Sorry, the diff of this file is not supported yet

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