Socket
Socket
Sign inDemoInstall

edit-google-spreadsheet

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edit-google-spreadsheet - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/util.js

@@ -25,3 +25,3 @@

if(cell.numericValue)
return exports.num(numericValue);
return exports.num(cell.numericValue);
else

@@ -28,0 +28,0 @@ return cell.inputValue;

{
"name": "edit-google-spreadsheet",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {

@@ -5,0 +5,0 @@ "colors": "~0.6.0-1",

@@ -33,3 +33,3 @@ ## Node - Edit Google Spreadsheet

*Note: Using the options 'spreadsheetName' and 'worksheetName' will cause lookups for 'spreadsheetId' and 'worksheetId'. Use 'spreadsheetId' and 'worksheetId' for improved performance.*
*Note: Using the options `spreadsheetName` and `worksheetName` will cause lookups for `spreadsheetId` and `worksheetId`. Use `spreadsheetId` and `worksheetId` for improved performance.*

@@ -58,3 +58,2 @@ Update sheet:

console.log("Found rows:", rows);
// Found rows: { '3': { '5': 'hello!' } }

@@ -125,3 +124,3 @@ });

##### username password
Google account - Be careful about committing these to public repos
Google account - *Be careful about committing these to public repos*

@@ -145,3 +144,3 @@ ##### spreadSheetName spreadsheetId

* Q: How do I append rows to my spreadsheet ?
* A: Using the `info` object returned from `get()`, one could always at the `nextRow`, thereby appending to the spreadsheet.
* A: Using the `info` object returned from `get()`, one could always begin `add()`ing at the `nextRow`, thereby appending to the spreadsheet.

@@ -148,0 +147,0 @@ #### Credits

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