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

download-manager

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

download-manager - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

4

index.js

@@ -76,3 +76,3 @@ var fs = require('fs')

if(!path.isAbsolute(fileName)) filename = stripDirs(oldFileName, strip)
if(!path.isAbsolute(fileName)) filename = stripDirs(fileName, strip)

@@ -89,3 +89,3 @@ fs.readFile(path.join(deps, name, fpath, filename), 'utf8', callback)

if(!path.isAbsolute(fileName)) filename = stripDirs(oldFileName, strip)
if(!path.isAbsolute(fileName)) filename = stripDirs(fileName, strip)

@@ -92,0 +92,0 @@ fs.writeFile(path.join(deps, name, fpath, filename), content)

{
"name": "download-manager",
"version": "0.0.17",
"version": "0.0.18",
"description": "Download files and tarballs and process them later",

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