New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

public-google-sheets-parser

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

public-google-sheets-parser - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

LICENSE

2

package.json
{
"name": "public-google-sheets-parser",
"version": "1.0.10",
"version": "1.0.11",
"description": "Public Google sheets parser",

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

@@ -52,9 +52,7 @@ const isBrowser = !!globalThis.window

async parse() {
const response = await this.getSheetsData()
const spreadsheetResponse = await this.getSheetsData()
if (response === null) {
return new Error(`Invalid sheets ID: ${this.id}`)
}
if (spreadsheetResponse === null) return []
return this.getItems(response)
return this.getItems(spreadsheetResponse)
}

@@ -61,0 +59,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc