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

some-random-cat

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

some-random-cat - npm Package Compare versions

Comparing version 1.1.0 to 1.1.10

2

package.json
{
"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());

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