node-jspack icon indicating copy to clipboard operation
node-jspack copied to clipboard

JavaScript library to pack primitives to octet arrays, packaged for NodeJS

Results 4 node-jspack issues
Sort by recently updated
recently updated
newest added

Attempting to unpack a string, I'm receiving an array of NaN values. Any insight into this would be greatly appreciated. Brief example code: ``` b = "thisismyegstring"; return JSPack.unpack('>' +...

Any chance you could publish this to NPM? A package I wrote/ported is using it, but currently as a submodule. I'd really like to just make it an npm dependency....

Though I just noticed it's actually on npm, it's probably a good idea to have the package metadata here.