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

gifcities

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gifcities

Simple wrapper around the Geocities Animated GIF Search Engine

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

gifcities

A simple wrapper around the Geocities Animated GIF Search Engine

Please consider donating to help The Internet Archive continue to provide "Universal Access to All Knowledge".

GifCities is a special project of the Internet Archive to celebrate 20 years of preserving the web. Internet Archive is a non-profit digital library of millions of free books, movies, software, music, websites, and more.

const gifcities = require('gifcities');
gifcities('taylor swift', function (err, gifs) {
  const gif = gifs[0]
  console.log(gifs.length) // 1
  console.log(gif.width) // 200
  console.log(gif.height) // 100
  console.log(gif.page) // http://...
  console.log(gif.url) // http://...
})

Keywords

gif

FAQs

Package last updated on 30 Oct 2016

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