Comparing version 1.0.6 to 1.0.7
@@ -1,2 +0,2 @@ | ||
const createCsvWriter = require('csv-writer').createObjectCsvWriter; | ||
const csvWriter = require('csv-write-stream') | ||
const os = require('os'); | ||
@@ -32,2 +32,3 @@ const configFileName = os.homedir() + '/' + "coaconfig.csv" | ||
function saveClientToFile(clientInfo) { | ||
var writer = csvWriter() | ||
if (!fs.existsSync(configFileName)) | ||
@@ -34,0 +35,0 @@ writer = csvWriter({headers: [ |
{ | ||
"name": "coaclient", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Custom Node.js library for manage CourseraOAuth2 API tokens", | ||
@@ -5,0 +5,0 @@ "main": "coaclient", |
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
41
12749