Comparing version 0.0.2 to 0.0.3
# Changelog | ||
## 0.0.3 | ||
Switched "repositories" to "repository" in package.json. | ||
## 0.0.2 | ||
Updated documentation |
{ | ||
"name": "binpack", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "binpack", | ||
"author": { | ||
"name" : "Russell McClellan", | ||
"email": "russell.mcclellan@gmail.com", | ||
"url" : "http://www.ghostfact.com" | ||
}, | ||
"description": "Minimalist numeric binary packing utilities for node.js", | ||
@@ -11,16 +16,7 @@ "keywords": [ | ||
], | ||
"maintainers": [ | ||
"repository": | ||
{ | ||
"name": "Russell McClellan", | ||
"email": "russell.mcclellan@gmail.com", | ||
"web": "http://www.ghostfact.net", | ||
"twitter": "rmcclellan" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "http://github.com/ghostfact/node-binpack.git" | ||
} | ||
], | ||
} , | ||
"devDependencies" : [ | ||
@@ -37,4 +33,5 @@ "vows", | ||
"scripts": { | ||
"install": "node-waf configure build" | ||
"install": "node-waf configure build", | ||
"test" : "vows tests/*" | ||
} | ||
} |
@@ -5,2 +5,4 @@ # binpack | ||
## What's all this? | ||
This is an intentionally simple binary packing/unpacking package for node.js for programmers who prefer to write most of their parsing code in javascript. This exposes some common binary formats for numbers. | ||
@@ -30,1 +32,5 @@ | ||
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. | ||
## How is this different than the `binary` module on npm? | ||
It contains floating point values, and it has packing functions |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10429
2
34
0