file-type
Advanced tools
Comparing version 2.10.1 to 2.10.2
{ | ||
"name": "file-type", | ||
"version": "2.10.1", | ||
"version": "2.10.2", | ||
"description": "Detect the file type of a Buffer/Uint8Array", | ||
@@ -91,8 +91,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"meow": "^3.3.0" | ||
"meow": "^3.3.0", | ||
"read-chunk": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "0.0.4", | ||
"read-chunk": "^1.0.0" | ||
"ava": "0.0.4" | ||
} | ||
} |
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
1
2
+ Addedread-chunk@^1.0.1
+ Addedread-chunk@1.0.1(transitive)