Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "binpack", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "binpack", | ||
@@ -5,0 +5,0 @@ "description": "Minimalist numeric binary packing utilities for node.js", |
@@ -28,2 +28,2 @@ # binpack | ||
Both types of functions take an optional second argument. If this argument is `"big"`, the output is put in big endian format. If the argument is `"little"`, the output is put in little endian format. If the argument is anything else or non-existent, we default to your machine's native encoding. Passing `"big"` or `"little"` to the floating point `pack`/`unpack` functions results in undefined behavior. | ||
Both types of functions take an optional second argument. If this argument is `"big"`, the output is put in big endian format. If the argument is `"little"`, the output is put in little endian format. If the argument is anything else or non-existent, we default to your machine's native encoding. |
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
8
10270