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.4.0 to 1.4.1

6

downloader.js

@@ -31,2 +31,8 @@ var needle = require('needle')

needle.get(url).pipe(fs.createWriteStream(path))
.on('error', function(e) {
console.error(e)
this.downloading = false
this._processNextItem()
return cb()
}.bind(this))
.on('close', function() {

@@ -33,0 +39,0 @@ this.downloading = false

2

package.json
{
"name": "giffer",
"version": "1.4.0",
"version": "1.4.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