New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

random.cat.js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random.cat.js

A module to interct with the random.cat API

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

NPM version NPM downloads Build status

About

random.cat.js is a node.js module that allows you to interact with the random.cat API very easily.

  • Predictable abstractions

Installation

npm install random.cat.js --save

Example usage

const randomCat = require('random.cat.js');
const randomCatApi = randomCat.api();

randomCatApi.getCat().then((cat) => console.log(cat.file))

Keywords

random

FAQs

Package last updated on 22 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts