js-hexfloat
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19706
108