file-type
Advanced tools
Comparing version 16.5.1 to 16.5.2
@@ -1070,3 +1070,3 @@ 'use strict'; | ||
id: guid, | ||
size: await tokenizer.readToken(Token.UINT64_LE) | ||
size: Number(await tokenizer.readToken(Token.UINT64_LE)) | ||
}; | ||
@@ -1073,0 +1073,0 @@ } |
{ | ||
"name": "file-type", | ||
"version": "16.5.1", | ||
"version": "16.5.2", | ||
"description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
@@ -201,4 +201,4 @@ "scripts": { | ||
"readable-web-to-node-stream": "^3.0.0", | ||
"strtok3": "^6.0.3", | ||
"token-types": "^2.0.0" | ||
"strtok3": "6.1.3", | ||
"token-types": "^3.0.0" | ||
}, | ||
@@ -205,0 +205,0 @@ "xo": { |
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
76666
+ Addedpeek-readable@3.1.4(transitive)
+ Addedstrtok3@6.1.3(transitive)
+ Addedtoken-types@3.1.0(transitive)
- Removed@tokenizer/token@0.3.0(transitive)
- Removedpeek-readable@4.1.0(transitive)
- Removedstrtok3@6.3.0(transitive)
- Removedtoken-types@2.1.1(transitive)
Updatedstrtok3@6.1.3
Updatedtoken-types@^3.0.0