Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hex2dec", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Arbitrary precision decimal/hexadecimal converter.", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
], | ||
"license": "UNLICENSED", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
@@ -31,0 +31,0 @@ "url": "https://github.com/donmccurdy/hex2dec/issues" |
@@ -11,3 +11,3 @@ # hex2dec | ||
``` | ||
```javascript | ||
var converter = require('hex2dec'); | ||
@@ -22,1 +22,5 @@ | ||
`(250).toString(16) === 'fa'` and `250 === 0xFA` both work just fine, and will provide enough precision for most uses. For large (>64-bit) numbers, however, precision is lost. This utility provides a higher-precision alternative. | ||
## License | ||
This code may be used under the [Apache 2 license](https://github.com/donmccurdy/hex2dec/blob/master/LICENSE). |
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
Explicitly Unlicensed Item
License(Experimental) Something was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
16954
7
0
0
0
100
25