network-byte-order
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "network-byte-order", | ||
"description": "htonl, htons, ntohl, ntohs - convert values between host and network byte order.", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
"version": "0.1.1", | ||
"main": "lib/network-byte-order.js", | ||
"homepage": "https://github.com/mattcg/network-byte-order", | ||
@@ -7,0 +7,0 @@ "implements": ["CommonJS/Modules/1.0"], |
@@ -7,3 +7,3 @@ # JavaScript implementation of htonl, htons, ntohl, ntohs # | ||
### Usage ### | ||
## Usage ## | ||
@@ -10,0 +10,0 @@ ### `htonl(b, i, v)` ### |
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
6384