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

list-fetch

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

list-fetch - npm Package Compare versions

Comparing version 10.0.0 to 15.0.1

6

index.js

@@ -7,4 +7,4 @@ const makeFetch = require('make-fetch')

module.exports = function makeBTFetch (opts = {}) {
const DEFAULT_OPTS = {timeout: 60000}
module.exports = async function makeBTFetch (opts = {}) {
const DEFAULT_OPTS = {}
const finalOpts = { ...DEFAULT_OPTS, ...opts }

@@ -18,3 +18,3 @@ const checkHash = /^[a-fA-F0-9]{40}$/

const app = new Torrentz(finalOpts)
const app = await new Promise((resolve) => {if(finalOpts.torrentz){resolve(finalOpts.torrentz)}else{resolve(new Torrentz(finalOpts))}})

@@ -21,0 +21,0 @@ // const prog = new Map()

{
"name": "list-fetch",
"version": "10.0.0",
"version": "15.0.1",
"description": "coming soon",

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