Code Monkey home page Code Monkey logo

bulksplash's Introduction

Bulksplash

A simple command line tool that lets you bulk download images from Unsplash, previously known as Unsplash Bulk Downloader.

screenshot

Quick Start

To use Bulksplash, you need to install Node.js. Once you have Node.js installed, you can simple use the npx command to run Bulksplash:

npx bulksplash

This will automatically download and let you use Bulksplash. To be able to use Bulksplash wherever you like, you can install it globally using npm:

npm install bulksplash --g

Once installed, you can simply run bulksplash from the terminal on any folder to download images from Unsplash.

Obtaining an API key

To use Bulksplash, you NEED to obtain an API key for Unsplash. This can be done by signing up here and creating a Demo app. This will allow you to download 50 images per hour, but if you want to download more than that, you will need to apply for Production access via Unsplash Developers.

Options

Prompts in the terminal will guide you through the options for downloading images, with some default values for quicker use. The prompts are as follows:

  • What is your API key? - You need an API key for Unsplash to be able to use Bulksplash. Get one here.
  • Which directory do you want to save to? - The folder you want to download the pictures to. Defaults to your current directory
  • Which images do you want to download? - Whether you want to download images randomly or from a specific collection. Defaults to random
  • What search term? - A search term, or blank for random images. Defaults to blank
  • Enter the URL of the Unsplash collection you want to download from - The link of the Unsplash Collection you want to download Defaults to blank, needs to be a valid link
  • How many images (up to 50)? - The number of images to retrieve. Defaults to 20
  • Only featured images? - Should it only get featured images, curated by Unsplash? Defaults to Yes
  • What orientation? - What orientation should the images be? The options are Mixed, Portrait, Landscape, Squarish, or Custom. Mixed will get images regardless of orientation, while Custom allows you to choose a specific width and height. Defaults to Mixed
  • Width? - For any orientation, choose the width of the returned images. This is required when the Custom orientation is selected. Defaults to blank for original size
  • Height? - For Custom orientation, specify a height. This option is not displayed if the orientation is not
  • Export the credits for the photos to a .json file? - Whether to generate the bulksplash-credits.json file with all the details about hte photographers. Defaults to yes

Quick Usage

Bulksplash lets you directly use the tool without going through the prompt interface.

For example: bulksplash --a=50 --d=basket -c=https://unsplash.com/collections/9454911 --f --j --k=API_KEY will download 50 featured images from the "Basketball" collection into the "test" sub-folder and generate a credits file.

Available options:

  • --d: the directory you want to save images to.
  • --c: if you want to download images from a collection, enter the link of the Unsplash collection you want to download images from.
  • --q: if you want to download images about something specific, you can enter a search query.
  • --a: the number of images you want to download.
  • --w: the width of the images.
  • --h: the height of the images.
  • --o: the orientation of the images ("landscape", "portrait", "squarish")
  • --f: whether you want to download featured images.
  • --n: the name scheme of the downloaded images (0 for authorname-randomstring, 1 for numbered list)
  • --j: whether you want to generate a credits file.
  • --k: your Unsplash API key.

Please feel free to contribute to this tiny project and make it better and follow me on Twitter for more projects like this!

bulksplash's People

Contributors

alligatorjazz avatar danjohnsonnj avatar hdodov avatar jonashamm avatar matthewmayer avatar mehedih avatar thanasistrisp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bulksplash's Issues

Error pulling images. "got response code 403 from Unsplash - Forbidden"

Hi, I downloaded node.js, installed bulksplash as instructed (npm install), but I get the following result (example input):

C:\Users\***>bulksplash
? πŸ“‚ Which directory do you want to save to? F:/
? πŸ“Έ Which images do you want to download? Random
? πŸ” What search term? nature
? πŸ‘€ How many images? 100
? ⭐️ Only featured images? Yes
? πŸ€” What orientation? Landscape
? πŸ–Ό Width? (Optional, blank for original size)
? πŸ–Ό Height? (Optional, blank for original size)
? πŸ—‚  Export the credits for the photos to a .json file?  No

πŸ€– Welcome to Bulksplash! (Powered by Unsplash.com)

πŸ”° Downloading 100 featured "nature" images from:
🚨 Something went wrong, got response code 403 from Unsplash - Forbidden
🚨 Something went wrong, got response code 403 from Unsplash - Forbidden
🚨 Something went wrong, got response code 403 from Unsplash - Forbidden
🚨 Something went wrong, got response code 403 from Unsplash - Forbidden

C:\Users\****>

go wrong for quick usage with prompt massege "got response code 401 from Unsplash - Unauthorized"

I try to use Bulksplash by the quick usage, but went wrong. and i use the Unsplash API Key go well through the prompt interface.

==quick usage===
F:\TEMP\tmp1>bulksplash --a=50 --d=basket --c=https://unsplash.com/collections/9454911 --f --j --k=0z_vd1QxOCCqOWJHA25NXHwETXIJ%
πŸ€– Welcome to Bulksplash! (Powered by Unsplash.com)
πŸ”° Downloading 20 images from:
🚨 Something went wrong, got response code 401 from Unsplash - Unauthorized

system: windows 10 professional 64bit
图片

Cannot find module progress

I ran your script and it returned like this:

node index --amount=10 --orientation=landscape --search=line 1 ↡

Welcome to Bulksplash! (Powered by Unsplash.com)

Downloading 10 random images :)
module.js:549
throw err;
^

Error: Cannot find module 'progress'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/Users/yoonnie/Bulksplash/index.js:34:19)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)

Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE

Self explanatory command output

➜ npx bulksplash 
Need to install the following packages:
  bulksplash
Ok to proceed? (y) y
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
? πŸ“‚ Which directory do you want to save to? .
? πŸ“Έ Which images do you want to download? Random
? πŸ” What search term? 
? πŸ‘€ How many images? 20
? ⭐️ Only featured images? Yes
? πŸ€” What orientation? Squarish
? πŸ–Ό Width? (Optional, blank for original size) 360
? πŸ—‚  Export the credits for the photos to a .json file? No

πŸ€– Welcome to Bulksplash! (Powered by Unsplash.com)

πŸ”° Downloading 20 featured images from:
πŸ“Έ Zoltan Tasi (https://unsplash.com/@zoltantasi)
πŸ“Έ masahiro miyagi (https://unsplash.com/@masamasa3)
πŸ“Έ Luis Gherasim (https://unsplash.com/@luisgherasim_d)
πŸ“Έ Kate Darmody (https://unsplash.com/@kdarmody)
πŸ“Έ Dongsh (https://unsplash.com/@dongsh)
πŸ“Έ SIMON LEE (https://unsplash.com/@simonppt)
πŸ“Έ Annie Spratt (https://unsplash.com/@anniespratt)
πŸ“Έ Vlad Zaytsev (https://unsplash.com/@vladizlo)
πŸ“Έ Maddie Leopardo (https://unsplash.com/@maddieleopardo)
πŸ“Έ Amy Shamblen (https://unsplash.com/@amyshamblen)
πŸ“Έ James Everitt (https://unsplash.com/@jameseverittphotography)
πŸ“Έ Yehleen gaffney (https://unsplash.com/@yanagirl2020)
πŸ“Έ Devon Hawkins (https://unsplash.com/@thelifeofdev)
πŸ“Έ Andre Tan (https://unsplash.com/@andredantan19)
πŸ“Έ Roman Melnychuk (https://unsplash.com/@chamooomile0)

⏳ Preparing download...

🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE
🚨 Error while downloading undefined UNABLE_TO_VERIFY_LEAF_SIGNATURE

Node: v14.15.4
NPM: 7.20.0

Pass API key without the prompt?

Hi,

the documentation is not saying which option should I use to pass my API key when I’m not using the prompt, can you add this information?

thanks

ECONNRESET error when trying to download images

I have an error that I can't resolve. I write:

node index --amount 5

And I get the following output:

Welcome to Bulksplash! (Powered by Unsplash.com)

Downloading 5 random images :)

Downloading images from:

Gordon Williams (http://unsplash.com/@artifactflash)
Elijah Henderson (http://unsplash.com/@elijahhenderson)
Cristy Zinn (http://unsplash.com/@c_zinn)
Markus Dorfer (http://unsplash.com/@markusdorfer)
Cindy Chen (http://unsplash.com/@cindychenc)
=====
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:949:11)
    at TLSWrap.onread (net.js:563:26)

Any ideas how to fix it?
Thanks!

Determine if photo exists in filesystem before downloading?

Would you be willing to accept a PR which determines if a photo exists in the directory before attempting to download it again? This would help those on limited connections as well as reduce API calls as it appears you're having to pass one of the API tokens through to download.

My use case is that I have a public collection named Backgrounds which I add photos to whenever I see a background that I like. I then use Bulksplash to "sync" new photos (but currently it re-downloads them all) to my laptop's wallpaper directory.

Download from user

Hi, as a photographer committing to Unsplash I use Bulksplash to redownload my images from Unsplash for a batch search on google images. Therefore it would be nice to have the possibility to download from a user URL instead a collection. At the moment I need to add manually every picture to a collection to make it work. The feature would save me some time. Thanks in advance for considering it and maybe implement it.

Δ°ts not working

Something went wrong, got response code 403 from Unsplash - Forbidden

Only 30 pictures download

after command node index --amount=1000
only 30 pictures download

node index --amount=1000

Welcome to Bulksplash! (Powered by Unsplash.com)

Downloading 1000 random images :)

Downloading images from:

Brxxto (https://unsplash.com/@brxxto)
Paul Jarvis (https://unsplash.com/@pjrvs)
Matt Aunger (https://unsplash.com/@mattaunger)
Julian Klumpers (https://unsplash.com/@julianklumpers)
reza shayestehpour (https://unsplash.com/@r_shayesrehpour)
Neven Krcmarek (https://unsplash.com/@nevenkrcmarek)
Vladimir Kudinov (https://unsplash.com/@madbyte)
Chris Benson (https://unsplash.com/@maui354)
Richard Clark (https://unsplash.com/@digimist)
Kaitlyn Jameson (https://unsplash.com/@willsk)
Zoltan Kovacs (https://unsplash.com/@kovacsz1)
Theodora Lee (https://unsplash.com/@theodoraaaa)
kazuend (https://unsplash.com/@kazuend)
Gabriel Santiago (https://unsplash.com/@gabrielssantiago)
Ahmet Yalçınkaya (https://unsplash.com/@ahmetyalcinkaya)
Todd Quackenbush (https://unsplash.com/@toddquackenbush)
Christoffer EngstrΓΆm (https://unsplash.com/@christoffere)
wu yi (https://unsplash.com/@takeshi2)
Jonathan M. Hethey (https://unsplash.com/@jonathanmh)
Tanaphong Toochinda (https://unsplash.com/@daen_2chinda)
Chris Benson (https://unsplash.com/@maui354)
Christian LΓΆhner (https://unsplash.com/@diren89)
Daryn Bartlett (https://unsplash.com/@darynmae)
anne-marie robert (https://unsplash.com/@annemarierobert)
Kevin Rajaram (https://unsplash.com/@kevinrajaram)
Jack Gisel (https://unsplash.com/@jackgisel)
Ashim D’Silva (https://unsplash.com/@randomlies)
ludwig friborg (https://unsplash.com/@ludwig_friborg)
Jez Timms (https://unsplash.com/@jeztimms)
Allef Vinicius (https://unsplash.com/@seteales)
====---------------------------------------------------------------------------------------------------------------------------------------------

then exit with out error

service is disable some time, need to process request code != 200

Any way to save the image tags to an output file?

Hello! Is there a way to save the image tags to an output file? For instance, I might search for "man", but bulksplash (clever name by the way) would likely download many images with many different tags, like "man fishing lake" or "man bicycle". Is there any way to use bulksplash to save these tags to an output file as well?

Where can I add my personal API key?

Thank you for this great script!
Bulksplash didn't ask me about my API key. Is there an option where I can submit my own API key? It would be great if there was a separate option for that (e.g. "--key" or something like that).
Thank you

Missing ./images folder

Not sure why it wasn't being created, but I needed to manually run mkdir ./images or else I got a node error about the folder not being there.

npm package not updated with new changes

made my last contribution in hopes that it'd be easier to package bulksplash into other projects / install it locally with the new feature, but the npm package hasn't been re-published in two years. i know i could package the change myself locally, but in the interest of the new features being easily available to new downloaders, it might be good to re-publish the package - if it's not too much bother.

How am I supposed to use this...?

Hi there. I see no executables. Is this only for Linux? If it is, boooooooooooooooooooooooooooooooooo

Windows and Mac users can't have nice things.

npm install error, security audit?

npm install
npm WARN The package nodeJs-zip is included as both a dev and production dependency.

up to date in 2.177s
[!] 3 vulnerabilities found [145 packages audited]
Severity: 2 Low | 1 High
Run npm audit for more detail

npm audit

                   === npm audit security report ===                        

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Manual Review β”‚
β”‚ Some vulnerabilities require your attention to resolve β”‚
β”‚ β”‚
β”‚ Visit https://go.npm.me/audit-guide for additional guidance β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ High β”‚ Regular Expression Denial of Service β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Package β”‚ minimatch β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Patched in β”‚ >=3.0.2 β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Dependency of β”‚ zip-folder [dev] β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Path β”‚ zip-folder > archiver > glob > minimatch β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ More info β”‚ https://nodesecurity.io/advisories/118 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Low β”‚ Prototype Pollution β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Package β”‚ lodash β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Patched in β”‚ >=4.17.5 β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Dependency of β”‚ zip-folder [dev] β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Path β”‚ zip-folder > archiver > lodash β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ More info β”‚ https://nodesecurity.io/advisories/577 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Low β”‚ Prototype Pollution β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Package β”‚ lodash β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Patched in β”‚ >=4.17.5 β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Dependency of β”‚ zip-folder [dev] β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Path β”‚ zip-folder > archiver > zip-stream > lodash β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ More info β”‚ https://nodesecurity.io/advisories/577 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

[!] 3 vulnerabilities found - Packages audited: 145 (59 dev, 6 optional)
Severity: 2 Low | 1 High

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.