New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

file-type

Package Overview
Dependencies
Maintainers
2
Versions
153
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 12.0.0 to 12.0.1

1

index.js

@@ -1020,2 +1020,3 @@ 'use strict';

readableStream.on('error', reject);
readableStream.once('readable', () => {

@@ -1022,0 +1023,0 @@ const pass = new stream.PassThrough();

2

package.json
{
"name": "file-type",
"version": "12.0.0",
"version": "12.0.1",
"description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -240,3 +240,3 @@ # file-type [![Build Status](https://travis-ci.org/sindresorhus/file-type.svg?branch=master)](https://travis-ci.org/sindresorhus/file-type)

*Pull requests are welcome for additional commonly used file types.*
*Pull requests are welcome for additional commonly used file types, except for `doc`, `xls`, `ppt`.*

@@ -243,0 +243,0 @@

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