Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

edit-google-spreadsheet

Package Overview
Dependencies
69
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.13 to 0.2.14

3

lib/index.js

@@ -321,3 +321,4 @@ "use strict";

t = typeof val;
if (t === 'string' || t === 'number')
if (t === 'string' || t === 'number' || t === 'boolean')
obj.val = val;

@@ -324,0 +325,0 @@ else

@@ -5,3 +5,3 @@

if(obj === undefined) return 0;
if(typeof obj === 'number') return obj;
if(typeof obj === 'number' || typeof obj === 'boolean') return obj;
if(typeof obj === 'string') {

@@ -8,0 +8,0 @@ //ensure that the string is *only* a number

{
"name": "edit-google-spreadsheet",
"version": "0.2.13",
"version": "0.2.14",
"dependencies": {
"async": "^0.9.0",
"colors": "~0.6.0-1",
"google-oauth-jwt": "0.0.4",
"googleclientlogin": "~0.2.6",
"lodash": "~1.2.1",
"request": "~2.21.0",
"google-oauth-jwt": "0.0.4",
"async": "~0.2.9",
"xml2json": "~0.4.0"
"request": "^2.51.0",
"xml2json": "^0.5.1"
},
"repository": "git://github.com/jpillora/node-edit-google-spreadsheet.git"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc