Socket
Socket
Sign inDemoInstall

google-shopping-list

Package Overview
Dependencies
41
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "google-shopping-list",
"version": "1.0.0",
"version": "1.0.1",
"description": "Scrapes the shopping list from shoppinglist.google.com as Google does not seem to have an API for this.",

@@ -5,0 +5,0 @@ "main": "index.js",

# Google Shopping List
Scrapes the shopping list from shoppinglist.google.com as Google does not seem to have an API for this.

@@ -9,3 +10,3 @@

const googleshoppinglist = require(googleshoppinglist');
const googleshoppinglist = require('google-shopping-list');

@@ -17,3 +18,3 @@ let creds = {

googleShoppingList.getList(creds).then(res => {
googleshoppinglist.getList(creds).then(res => {
console.log(res);

@@ -32,2 +33,3 @@ });

* returns: <[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)<[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)>> Promise which resolves an array containing the list items

@@ -34,0 +36,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc