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.
venn-places
Advanced tools
Get normalized place data from Foursquare, Yelp, Facebook, Google, and Factual.
npm i venn-places --save
vennPlaces = require("venn-places");
vennPlaces.init(API_KEY);
data = {
category: "food",
address: "1411 Vine St. Cincinnati, OH 45202",
limit: 10
}
vennPlaces.search(data, function(err, results)) {
console.log(results);
};
.search
Parameter | Required | Type | Example |
---|---|---|---|
keyword | this or category | string | food |
category | this or keyword | string | outback |
address | this or location | string | 1411 Vine St Cincinnati, OH 45202 |
location | this or address | string (comma separated) | 44.2333423,-84.3453452 |
limit | no (default 10) | int | 20 |
FAQs
Use Venn Places in your NodeJS App
The npm package venn-places receives a total of 1 weekly downloads. As such, venn-places popularity was classified as not popular.
We found that venn-places 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.