Socket
Socket
Sign inDemoInstall

@bufferapp/analyze-csv-export

Package Overview
Dependencies
Maintainers
34
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/analyze-csv-export - npm Package Compare versions

Comparing version 1.77.0 to 1.77.3

6

lib/generateCSVFromChart.js

@@ -1,2 +0,2 @@

import moment from 'moment-timezone';
import dayjs from 'dayjs';

@@ -6,4 +6,4 @@ const createChartFilename = (chart, date) => {

const fileDateFormat = 'YYYYMMDD';
const startDateFormatted = moment(startDate, 'MM/DD/YYYY').format(fileDateFormat);
const endDateFormatted = moment(endDate, 'MM/DD/YYYY').format(fileDateFormat);
const startDateFormatted = dayjs(startDate, 'MM/DD/YYYY').format(fileDateFormat);
const endDateFormatted = dayjs(endDate, 'MM/DD/YYYY').format(fileDateFormat);

@@ -10,0 +10,0 @@ return `${chart.filename}-${startDateFormatted}-to-${endDateFormatted}.csv`;

{
"name": "@bufferapp/analyze-csv-export",
"version": "1.77.0",
"version": "1.77.3",
"description": "CSV export button",

@@ -17,4 +17,3 @@ "main": "index.js",

"html2canvas": "^0.5.0-beta4",
"jszip": "^3.1.4",
"moment-timezone": "^0.5.27"
"jszip": "^3.1.4"
},

@@ -21,0 +20,0 @@ "devDependencies": {

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