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.6 to 0.0.7

3

g-spreadsheet.js

@@ -92,3 +92,4 @@

for (var j = 0; j < columnHeader.length; j++) {
var value = entry['gsx:'+columnHeader[j].replace(/[^a-zA-Z0-9]+/, '').toLowerCase()];
var rowKey = columnHeader[j].replace(/[^a-zA-Z0-9]+/g, '').toLowerCase();
var value = entry['gsx:'+rowKey];
if (typeof value == 'object' && Object.keys(value).length == 0) value = null;

@@ -95,0 +96,0 @@ else if (value == undefined) value = null;

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

"description": "Google Spreadsheet Data API -- simple interface to read rows and cells",
"version": "0.0.6",
"version": "0.0.7",
"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