detect-file-type
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "detect-file-type", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Detect file type by signature", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -408,3 +408,10 @@ [ | ||
"rules": [ | ||
{ "type": "equal", "start": 0, "end": 2, "bytes": "4d5a" } | ||
{ "type": "or", "rules": | ||
[ | ||
{ "type": "equal", "start": 0, "end": 2, "bytes": "4d5a" }, | ||
{ "type": "equal", "start": 0, "end": 2, "bytes": "4d7a" }, | ||
{ "type": "equal", "start": 0, "end": 2, "bytes": "6d7a" }, | ||
{ "type": "equal", "start": 0, "end": 2, "bytes": "6d5a" } | ||
] | ||
} | ||
] | ||
@@ -411,0 +418,0 @@ }, |
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
30829
866