Comparing version 0.0.2 to 0.0.3
@@ -319,3 +319,3 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- / | ||
marker = (data[offset] << 8) | data[offset + 1]; | ||
if (marker <= 0xFF00) { | ||
if (marker < 0xFF00) { | ||
throw "marker was not found"; | ||
@@ -602,2 +602,3 @@ } | ||
switch(fileMarker) { | ||
case 0xFF00: break; | ||
case 0xFFE0: // APP0 (Application Specific) | ||
@@ -604,0 +605,0 @@ case 0xFFE1: // APP1 |
{ | ||
"name": "jpeg-js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A pure javascript JPEG encoder and decoder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
334196
1656