You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, update v2.5.2 to a v2.5.3 release with the bug fix #76 for those of us maintaining scripts with package.json that limit jsonexport to v2.x.x.
I migrated a script that had jsonexport: "^2.0.11" in package.json to a new server. After npm install, jsonexport was updated to v2.5.2. Users were downloading CSV files with blank cells if the original value was 0 and we did not know for a day.
Please, update v2.5.2 to a v2.5.3 release with the bug fix #76 for those of us maintaining scripts with package.json that limit jsonexport to v2.x.x.
I migrated a script that had
jsonexport: "^2.0.11"
in package.json to a new server. After npm install, jsonexport was updated to v2.5.2. Users were downloading CSV files with blank cells if the original value was 0 and we did not know for a day.jsonexport v2.5.2 was downloaded 25 thousand times in the last 7 days. https://www.npmjs.com/package/jsonexport/v/2.5.2?activeTab=versions
The text was updated successfully, but these errors were encountered: