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

is-gif

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-gif - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

8

package.json
{
"name": "is-gif",
"version": "0.1.1",
"version": "1.0.0",
"description": "Check if a Buffer/Uint8Array is a GIF image",

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

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

@@ -41,6 +40,5 @@ "files": [

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

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

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

@@ -25,0 +17,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