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.7 to 0.0.8

11

g-spreadsheet.js
var xml2json = require('xml2json');
var request = require('request');
var http = require('http');
var querystring = require('querystring');
var xml2json = require('xml2json'),
request = require('request'),
http = require('http'),
querystring = require('querystring'),
htmlEntities = require('html-entities').AllHtmlEntities,
entityObj = new htmlEntities();

@@ -96,2 +98,3 @@ var BASE_URL = "https://spreadsheets.google.com/feeds/";

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

@@ -98,0 +101,0 @@ }

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

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

@@ -30,2 +30,3 @@ "google",

"dependencies": {
"html-entities": "~1.0.10",
"request": "~2.33.0",

@@ -32,0 +33,0 @@ "xml2json": "~0.3.2"

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