Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
chucknorris-io
Advanced tools
chucknorris.io is a free JSON API for hand curated Chuck Norris facts.
Chuck Norris facts are satirical factoids about martial artist and actor Chuck Norris that have become an Internet phenomenon and as a result have become widespread in popular culture. The 'facts' are normally absurd hyperbolic claims about Norris' toughness, attitude, virility, sophistication, and masculinity.
Chuck Norris facts have spread around the world, leading not only to translated versions, but also spawning localized versions mentioning country-specific advertisements and other Internet phenomena. Allusions are also sometimes made to his use of roundhouse kicks to perform seemingly any task, his large amount of body hair with specific regard to his beard, and his role in the action television series Walker, Texas Ranger.
npm install chucknorris-io
const Chuck = require('chucknorris-io'),
client = new Chuck();
// Retrieve a random chuck joke
client.getRandomJoke().then(function (response) {
// do stuff here
}).catch(function (err) {
// handle error
});
// Retrieve a random chuck joke from the given category
client.getRandomJoke('dev').then(function (response) {
// do stuff here
}).catch(function (err) {
// handle error
});
// Retrieve a list of available joke categories
client.getJokeCategories().then(function (response) {
// do stuff here
}).catch(function (err) {
// handle error
});
// Free text search
client.search(searchTerm).then(function (response) {
// do stuff here
}).catch(function (err) {
// handle error
});
This distribution is covered by the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.
Having trouble with this repository? Check out the documentation at the repository's site or contact m@matchilling.com and we’ll help you sort it out.
Happy Coding
:v:
FAQs
chucknorris.io api client library for node.js returning promises.
The npm package chucknorris-io receives a total of 5 weekly downloads. As such, chucknorris-io popularity was classified as not popular.
We found that chucknorris-io 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.