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

search-engine-collection

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

search-engine-collection

A Collection of Search Engines.

latest
Source
npmnpm
Version
1.2.3
Version published
Maintainers
1
Created
Source

Search Engine Collection

NPM version

A Collection of Search Engines.

Install

npm install search-engine-collection

Usage

import { engines } from 'search-engine-collection'

console.log(engines[0])
// {
//   key: 'google',
//   name: 'Google',
//   url: 'https://www.google.com/search?q=',
// }
PropertyTypeDescription
keystringSearch Engine Key
namestringSearch Engine Name
urlstringSearch Engine URL, you can append keyword after it

Engine List

add one

keynameurl
googleGooglehttps://www.google.com/search?q=
githubGithubhttps://github.com/search?q=
npmNPMhttps://www.npmjs.com/search?q=
bingBinghttps://www.bing.com/search?q=
yahooYahoohttps://search.yahoo.com/search?p=
zhihuZhihuhttps://www.zhihu.com/search?q=
dockerhubDockerHubhttps://hub.docker.com/search?q=
stackoverflowStackOverflowhttps://stackoverflow.com/search?q=
wikipediaWikipediahttps://en.wikipedia.org/wiki/
mdnMDNhttps://developer.mozilla.org/en-US/search?q=
duckduckgoDuckDuckGohttps://duckduckgo.com/?q=
amazonAmazonhttps://www.amazon.com/s?k=
twitterTwitterhttps://twitter.com/search?q=
redditReddithttps://www.reddit.com/search/?q=
youtubeYouTubehttps://www.youtube.com/results?search_query=
linkedinLinkedInhttps://www.linkedin.com/search/results/all/?keywords=
instagramInstagramhttps://www.instagram.com/explore/tags/
pinterestPinteresthttps://www.pinterest.com/search/pins/?q=
imdbIMDBhttps://www.imdb.com/find?q=
rottentomatoesRotten Tomatoeshttps://www.rottentomatoes.com/search?search=
bilibiliBilibilihttps://search.bilibili.com/all?keyword=
gitlabGitlabhttps://gitlab.com/search?search=

add one

License

MIT License © 2011 ~ 2023 Yu Jianghao

FAQs

Package last updated on 11 Aug 2023

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