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

g-spreadsheet

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g-spreadsheet - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

2

g-spreadsheet.js

@@ -76,3 +76,3 @@

var result = [];
this.getCells({"min-row": 1, "max-row": 1, "min-cols": self.cols}, function (e, body) {
this.getCells({"min-row": 1, "max-row": 1, "min-col": 1, "max-col": self.cols}, function (e, body) {
if (e) return cb(e);

@@ -79,0 +79,0 @@ var columnHeader = [];

@@ -9,3 +9,3 @@ {

"description": "Google Spreadsheet Data API -- simple interface to read rows and cells",
"version": "0.0.3",
"version": "0.0.4",
"keywords": [

@@ -12,0 +12,0 @@ "google",

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