Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-spreadsheet

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-spreadsheet - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

2

lib/GoogleSpreadsheetWorksheet.js

@@ -187,3 +187,3 @@ const _ = require('lodash');

if (filter.startsWith(this.a1SheetName)) return filter;
return `${this.a1SheetName}!${sheetFilters}`;
return `${this.a1SheetName}!${filter}`;
}

@@ -190,0 +190,0 @@ if (_.isObject(filter)) {

@@ -5,3 +5,3 @@ {

"description": "Google Sheets API (v4) -- simple interface to read/write data and manage sheets",
"version": "3.0.9",
"version": "3.0.10",
"license": "Unlicense",

@@ -8,0 +8,0 @@ "keywords": [

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