Socket
Socket
Sign inDemoInstall

file-type

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-type - npm Package Compare versions

Comparing version 16.5.1 to 16.5.2

2

core.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc