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

image-type

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-type - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

cli.js

14

package.json
{
"name": "image-type",
"version": "0.1.0",
"version": "0.1.1",
"description": "Detect the image type of a Buffer/Uint8Array",
"license": "MIT",
"repository": "sindresorhus/image-type",
"bin": {
"image-type": "cli.js"
},
"author": {

@@ -20,3 +23,4 @@ "name": "Sindre Sorhus",

"files": [
"index.js"
"index.js",
"cli.js"
],

@@ -50,9 +54,9 @@ "keywords": [

"is-tif": "^0.1.0",
"is-webp": "^0.1.0"
"is-webp": "^0.1.0",
"read-chunk": "^0.1.0"
},
"devDependencies": {
"browserify": "^3.0.0",
"mocha": "*",
"read-chunk": "^0.1.0"
"mocha": "*"
}
}
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