image-type
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "image-type", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Detect the image type of a Buffer/Uint8Array", | ||
"license": "MIT", | ||
"repository": "sindresorhus/image-type", | ||
"bin": { | ||
"image-type": "cli.js" | ||
}, | ||
"author": { | ||
@@ -20,3 +23,4 @@ "name": "Sindre Sorhus", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"cli.js" | ||
], | ||
@@ -50,9 +54,9 @@ "keywords": [ | ||
"is-tif": "^0.1.0", | ||
"is-webp": "^0.1.0" | ||
"is-webp": "^0.1.0", | ||
"read-chunk": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^3.0.0", | ||
"mocha": "*", | ||
"read-chunk": "^0.1.0" | ||
"mocha": "*" | ||
} | ||
} |
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
4278
2
4
76
9
+ Addedread-chunk@^0.1.0
+ Addedread-chunk@0.1.0(transitive)