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.11 to 0.0.12

4

g-spreadsheet.js

@@ -6,3 +6,3 @@

querystring = require('querystring'),
ent = require('ent');
entities = require('entities');

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

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

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

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

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

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

"dependencies": {
"ent": "~0.1.0",
"entities": "~0.3.0",
"request": "~2.33.0",

@@ -33,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