Comparing version 0.5.1 to 0.5.2
@@ -428,5 +428,5 @@ /* | ||
{ | ||
if (endian != 'big' || endian != 'little') | ||
if (endian != 'big' && endian != 'little') | ||
throw (new Error('invalid endian type, must be big or ' + | ||
' little')); | ||
'little')); | ||
@@ -433,0 +433,0 @@ this.endian = endian; |
{ | ||
"name": "ctype", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "read and write binary structures and data types", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/rmustacc/node-ctype", |
Sorry, the diff of this file is not supported yet
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
229811
40
5727