Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

detect-file-type

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-file-type - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"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 @@ },

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