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.
auckland-transport
Advanced tools
A simplified interface for the Auckland Transport API.
npm install auckland-transport
import aucklandTransport from 'auckland-transport';
const [{route_short_name, route_long_name}] = await aucklandTransport('gtfs/routes/geosearch', {
apiKey: 'some api key',
data: {
lat: -36.8483957,
lng: 174.7600113,
distance: 100,
},
});
console.log(`Bus ${route_short_name} - ${route_long_name}`);
Type: string
The API method to call.
Type: object
Type: string
The API key to use.
Type: object
Default: {}
The options to pass to the API.
FAQs
A simplified interface for the Auckland Transport API.
The npm package auckland-transport receives a total of 2 weekly downloads. As such, auckland-transport popularity was classified as not popular.
We found that auckland-transport 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.