some-random-cat
Advanced tools
Comparing version 1.1.0 to 1.1.10
{ | ||
"name": "some-random-cat", | ||
"version": "1.1.0", | ||
"version": "1.1.10", | ||
"description": "A utility which generates random cat images with a URL", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# some-random-cat | ||
![Total Downloads](https://img.shields.io/npm/dt/some-random-cat?label=Downloads) | ||
![Discord](https://img.shields.io/discord/772129415005470740?color=%237289DA&label=Discord&logo=Discord) | ||
![npm](https://img.shields.io/npm/v/some-random-cat) | ||
![NPM](https://img.shields.io/npm/l/some-random-cat) | ||
![GitHub Repo stars](https://img.shields.io/github/stars/aktindo/some-random-cat?style=social) | ||
@@ -4,0 +8,0 @@ A very suitable API to generate random images of cats, dogs and random jokes, facts... A lot more! |
@@ -55,3 +55,3 @@ const axios = require('axios') | ||
const start = Date.now(); | ||
const response = await fetch( | ||
const response = await axios.get( | ||
`https://imageapi.fionn.cc/reddit/${sub.toLowerCase()}` | ||
@@ -58,0 +58,0 @@ ).then((res) => res.json()); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
102238
27
0