Comparing version 0.4.2 to 0.4.3
@@ -88,4 +88,4 @@ // Copyright 2012 The Obvious Corporation. | ||
length = typ.isDefined(length) ? length : buf.length; | ||
typ.assertUint(offset); | ||
typ.assertUint(length); | ||
typ.assertUInt(offset); | ||
typ.assertUInt(length); | ||
@@ -148,3 +148,3 @@ var bufLength = buf.length; | ||
at = typ.isDefined(at) ? at : 0; | ||
typ.assertUint(at); | ||
typ.assertUInt(at); | ||
@@ -166,4 +166,4 @@ var origAt = at; | ||
length = typ.isDefined(length) ? length : buf.length; | ||
typ.assertUint(offset); | ||
typ.assertUint(length); | ||
typ.assertUInt(offset); | ||
typ.assertUInt(length); | ||
@@ -170,0 +170,0 @@ var bufLength = buf.length; |
{ | ||
"name": "bidar", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"keywords": | ||
@@ -5,0 +5,0 @@ ["object", "serialization", "data", "graph"], |
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