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.1 to 0.4.2

2

hexfloat.js

@@ -54,2 +54,2 @@ /*

});
})(this);
})(typeof root === 'object' ? root : this);
{
"name": "js-hexfloat",
"version": "0.4.1",
"version": "0.4.2",
"description": "Rudimentary C99 Hexadecimal Floating Point Support in JS",

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

@@ -9,6 +9,3 @@ /*

assert = require("assert");
G = require('../hexfloat.js');
parseHexFloat = G.parseHexFloat;
RE_HEXFLOAT = G.RE_HEXFLOAT;
RE_HEXFLOAT_G = G.RE_HEXFLOAT_G;
require('../hexfloat.js');
}

@@ -15,0 +12,0 @@ var is = function (a, e, m) {

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