image-headers
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -280,3 +280,5 @@ // Generated by CoffeeScript 1.4.0 | ||
this.buffer_index = 0; | ||
return this.buffer.slice(); | ||
if ((this.buffer != null)) { | ||
return this.buffer.slice(); | ||
} | ||
}; | ||
@@ -283,0 +285,0 @@ |
{ | ||
"name": "image-headers", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Parse image headers from a stream without loading the entire image.", | ||
@@ -24,3 +24,3 @@ "keywords": ["exif", "jpeg", "jpg", "gif", "png", "streaming"], | ||
"dependencies": { | ||
"exif": "git://github.com/sujal/node-exif.git#image-headers-0.3.0" | ||
"exif": "git://github.com/sujal/node-exif.git#image-headers-0.3.1" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
13113
292