New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

edit-google-spreadsheet

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edit-google-spreadsheet - npm Package Compare versions

Comparing version

to
0.2.4

3

lib/util.js

@@ -31,6 +31,5 @@

if(cell.numericValue && cell.numericValue === cell.inputValue || isNaN(Date.parse(cell.inputValue)))
return exports.num(cell.numericValue);
return exports.num(cell.inputValue);
else //use string value
return cell.inputValue;
};
{
"name": "edit-google-spreadsheet",
"version": "0.2.3",
"version": "0.2.4",
"dependencies": {

@@ -5,0 +5,0 @@ "colors": "~0.6.0-1",