Socket
Socket
Sign inDemoInstall

animality

Package Overview
Dependencies
7
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

22

index.d.ts
declare module 'animality' {
interface AnimalObject {
name: string;
image: string;
fact: string;
}
namespace fns {
export function getAsync(type?: string | string[]): Promise<AnimalObject | AnimalObject[]>;
}
export = fns;
interface AnimalObject {
name: string;
image: string;
fact: string;
}
namespace fns {
export function getAsync(type?: string | string[]): Promise<AnimalObject | AnimalObject[]>;
}
export = fns;
}
{
"name": "animality",
"version": "1.3.2",
"version": "1.3.3",
"description": "A simple API wrapper that generates images & facts of any animal",

@@ -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