g-spreadsheet
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5066
+ Addedentities@~0.3.0
+ Addedentities@0.3.0(transitive)
- Removedent@~0.1.0
- Removedent@0.1.0(transitive)