Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coaclient

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coaclient - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

3

coaclient.js

@@ -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) {

2

package.json
{
"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

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