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

careful-downloader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

careful-downloader - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

4

index.js
import path from "path";
import fs from "fs-extra";
import tempy from "tempy";
import { temporaryDirectory } from "tempy";
import decompress from "decompress";

@@ -50,3 +50,3 @@ import isPathInside from "is-path-inside";

// initialize temporary directory
const tempDir = tempy.directory();
const tempDir = temporaryDirectory();
debug(`Temp dir generated: '${tempDir}'`);

@@ -53,0 +53,0 @@

{
"name": "careful-downloader",
"version": "2.0.2",
"version": "3.0.0",
"description": "🕵️‍♀️ Downloads a file and its checksums, validates the hash, and optionally extracts it if safe.",

@@ -28,20 +28,20 @@ "license": "MIT",

"dependencies": {
"debug": "^4.3.3",
"debug": "^4.3.4",
"decompress": "^4.2.1",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
"fs-extra": "^11.1.1",
"got": "^12.6.0",
"is-path-inside": "^4.0.0",
"tempy": "^2.0.0"
"tempy": "^3.0.0"
},
"devDependencies": {
"@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
"@types/debug": "^4.1.7",
"@jakejarvis/eslint-config": "*",
"@types/debug": "^4.1.8",
"@types/decompress": "^4.2.4",
"@types/fs-extra": "^9.0.13",
"chai": "^4.3.6",
"eslint": "^8.9.0",
"mocha": "^9.2.0"
"@types/fs-extra": "^11.0.1",
"chai": "^4.3.7",
"eslint": "^8.41.0",
"mocha": "^10.2.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=14.14"
},

@@ -48,0 +48,0 @@ "keywords": [

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