Comparing version 1.0.2 to 1.0.3
@@ -29,7 +29,7 @@ class Client { | ||
} | ||
const createCsvWriter = require('csv').createObjectCsvWriter; | ||
const configFileName = "coaconfig.csv" | ||
const createCsvWriter = require('csv-writer').createObjectCsvWriter; | ||
const os = require('os'); | ||
const csvWriter = createCsvWriter({ | ||
path: os.homedir() + '/coaconfig.csv', | ||
path: os.homedir() + '/' + configFileName, | ||
header: [ | ||
@@ -36,0 +36,0 @@ {id: 'name', title: 'Client Name'}, |
{ | ||
"name": "coaclient", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Custom Node.js library for manage CourseraOAuth2 API tokens", | ||
@@ -23,3 +23,3 @@ "main": "coaclient", | ||
"fs": "", | ||
"csv": "0.3.0", | ||
"csv-writer": "1.6.0", | ||
"request": "", | ||
@@ -26,0 +26,0 @@ "node-cache": "", |
Sorry, the diff of this file is not supported yet
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
12322
46
+ Addedcsv-writer@1.6.0
+ Addedcsv-writer@1.6.0(transitive)
- Removedcsv@0.3.0
- Removedcsv@0.3.0(transitive)