
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
gifs-search
Advanced tools
A javascript module for searching gif images
import gifSearch from 'gifs-search';
//set your giphy key
gifSearch.apiKey("3XHgNK953tmBjosVWO1IGR5q3eL0vU5i")
// Search for a gif
gifSearch.query('cat').then(
gifUrl => console.log(gifUrl)
);
// Search for a random gif
gifSearch.random('cat').then(
gifUrl => console.log(gifUrl)
);
npm install gifs-search
npm test
Please read CONTRIBUTING.md for details on contributing to the repository.
Clone the repository in an empty directory.
Note:
There is an issue with the aws-sign2 module used in the request module with rollup.
To get this working in your local development environment, you may need to manually fix the issue until the fix gets published on npm.
The project uses Semver for versioning. To check the released versions, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
A javascript module for searching gif images
We found that gifs-search demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.