Socket
Socket
Sign inDemoInstall

is-jpg

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 1.0.0

8

package.json
{
"name": "is-jpg",
"version": "0.1.2",
"version": "1.0.0",
"description": "Check if a Buffer/Uint8Array is a JPEG image",

@@ -16,4 +16,3 @@ "license": "MIT",

"scripts": {
"test": "mocha",
"browser": "browserify -s $npm_package_name -o browser.js ."
"test": "mocha"
},

@@ -43,6 +42,5 @@ "files": [

"devDependencies": {
"browserify": "^3.0.0",
"mocha": "*",
"read-chunk": "^0.1.0"
"read-chunk": "^1.0.0"
}
}

@@ -14,11 +14,3 @@ # is-jpg [![Build Status](https://travis-ci.org/sindresorhus/is-jpg.svg?branch=master)](https://travis-ci.org/sindresorhus/is-jpg)

```sh
$ bower install --save is-jpg
```
```sh
$ component install sindresorhus/is-jpg
```
## Usage

@@ -25,0 +17,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc