🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

restructure

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restructure - npm Package Compare versions

Comparing version

to
0.5.2

{
"name": "restructure",
"version": "0.5.1",
"version": "0.5.2",
"description": "Declaratively encode and decode binary data",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -35,3 +35,3 @@ // Generated by CoffeeScript 1.7.1

var c, decodeValue, offset, ptr, relative, val;
offset = this.offsetType.decode(stream);
offset = this.offsetType.decode(stream, ctx);
if (offset === this.options.nullValue && this.options.allowNull) {

@@ -38,0 +38,0 @@ return null;

Sorry, the diff of this file is not supported yet