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

download-pdf

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

download-pdf - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

index.js

@@ -5,5 +5,5 @@ var dl = require('download-file')

dl(url, options, function(err, path){
if (err) hiss(err)
if (err) throw err
callback(null, path)
})
}
{
"name": "download-pdf",
"version": "0.1.5",
"version": "0.1.6",
"description": "Download PDF files",

@@ -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