New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-use-downloader

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-downloader - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.1.3](https://github.com/olavoparno/react-use-downloader/compare/v1.1.2...v1.1.3) (2021-02-22)
### [1.1.2](https://github.com/olavoparno/react-use-downloader/compare/v1.1.1...v1.1.2) (2021-02-22)

@@ -7,0 +9,0 @@

2

package.json
{
"name": "react-use-downloader",
"version": "1.1.2",
"version": "1.1.3",
"description": "Creates a download handler function and gives progress information",

@@ -5,0 +5,0 @@ "author": "Olavo Parno",

@@ -42,3 +42,3 @@ <img align="right" alt="traffic" src="https://pv-badge.herokuapp.com/total.svg?repo_id=olavoparno-react-use-downloader"/>

import React from "react";
import useDownload from "react-use-downloader";
import useDownloader from "react-use-downloader";

@@ -54,3 +54,3 @@ export default function App() {

isInProgress
} = useDownload();
} = useDownloader();

@@ -86,3 +86,3 @@ const fileUrl = "https://olavoparno.github.io/saywololo/sounds/Wololo1.wav";

`useDownload()` returns:
`useDownloader()` returns:

@@ -109,3 +109,3 @@ - An object with the following keys:

isInProgress
} = useDownload();
} = useDownloader();
```

@@ -112,0 +112,0 @@

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