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.
@cisco/google
Advanced tools
Utilities to work easily with [Google Cloud](https://cloud.google.com/).
Utilities to work easily with Google Cloud.
Install with npm.
npm i @gve/google
The auth
module attempts to get Google application credentials from the environment variable GOOGLE_APPLICATION_CREDENTIALS
. If that fails, it looks for GVE_GOOGLE_EMAIL
and GVE_GOOGLE_KEY
to get them.
const { auth: googleAuth } = require("@gve/google");
const dialogflow = require("@google-cloud/dialogflow");
const config = { credentials: googleAuth.credentials };
const sessionsClient = new dialogflow.SessionsClient(config);
FAQs
Utilities to work easily with [Google Cloud](https://cloud.google.com/).
We found that @cisco/google demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.