Comparing version 1.0.15 to 1.0.16
@@ -71,2 +71,3 @@ const csvWriter = require('csv-write-stream'); | ||
var name = row.name; | ||
console.log("Name: " + name); | ||
var id = row.clientId; | ||
@@ -90,3 +91,5 @@ if (name === clientIdentifier || id === clientIdentifier) { | ||
.on('data', function (row) { | ||
console.log("Name: " + row.name); | ||
listOfClientConfig.push(createClientConfig(row)); | ||
console.log(listOfClientConfig); | ||
}) | ||
@@ -93,0 +96,0 @@ .on('end', function (data) { |
{ | ||
"name": "coaclient", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"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
12395
93