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.13 to 0.0.14

2

g-spreadsheet.js

@@ -103,3 +103,3 @@

else if (value == undefined) value = null;
else if (typeof value == 'string') value = entities.decode(value);
else if (typeof value == 'string') value = value;
newEntry[columnHeader[j]] = value;

@@ -106,0 +106,0 @@ }

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

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

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

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