Socket
Socket
Sign inDemoInstall

animality

Package Overview
Dependencies
6
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

4

index.js

@@ -61,3 +61,3 @@ const animals = [

const [{ link: image }, { fact }] = await Promise.all([
const [{ image }, { fact }] = await Promise.all([
fetch(`${base}/img/${type}`, fetchOptions).then(res => res.json()),

@@ -71,2 +71,2 @@ fetch(`${base}/fact/${type}`, fetchOptions).then(res => res.json())

}
};
};
{
"name": "animality",
"version": "2.0.4",
"version": "2.0.5",
"description": "A simple package that generates images & facts of any animal using the Animality API.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc