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

giffer

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

giffer - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

downloader.js

10

index.js

@@ -1,7 +0,6 @@

var needle = require('needle')
var levelup = require('levelup')
var uuid = require('uuid')
var fs = require('fs')
var inherits = require('util').inherits
var EventEmitter = require('events').EventEmitter
var downloader = require('./downloader')

@@ -60,6 +59,5 @@ inherits(Giffer, EventEmitter)

needle.get(url).pipe(fs.createWriteStream(this.outDir + '/' + id + '.gif'))
.on('close', function() {
this.emit('gif', id + '.gif')
}.bind(this))
downloader.download(url, this.outDir + '/' + id + '.gif', function() {
this.emit('gif', id + '.gif')
}.bind(this))
}.bind(this))

@@ -66,0 +64,0 @@ }

2

package.json
{
"name": "giffer",
"version": "1.1.0",
"version": "1.1.1",
"description": "GIF download bot",

@@ -5,0 +5,0 @@ "main": "index.js",

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