Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
google-shopping-list
Advanced tools
Scrapes the shopping list from shoppinglist.google.com as Google does not seem to have an API for this.
Scrapes the shopping list from shoppinglist.google.com as Google does not seem to have an API for this.
It is recommened to make a new Google account, share your shopping list and make it the primary list.
const googleshoppinglist = require('google-shopping-list');
let creds = {
email: 'email',
password: 'password'
};
googleshoppinglist.getList(creds).then(res => {
console.log(res);
});
googleshoppinglist.getList(credentials[, options])
credentials
<Object>
options
<Object>
cookies
<boolean> Will store the cookies from the first session in a json file and use them in consequent connections until they expire. This speeds up the return. Defaults to false
returns: <Promise<Array>> Promise which resolves an array containing the list items
FAQs
Scrapes the shopping list from shoppinglist.google.com as Google does not seem to have an API for this.
We found that google-shopping-list 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.