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.14 to 1.0.15

6

coaclient.js

@@ -70,5 +70,5 @@ const csvWriter = require('csv-write-stream');

.on('data', function (row) {
console.log(row.name);
console.log(row.clientId);
if (row.name == clientIdentifier || row.clientId == clientIdentifier) {
var name = row.name;
var id = row.clientId;
if (name === clientIdentifier || id === clientIdentifier) {
return JSON.stringify(createClientConfig(row));

@@ -75,0 +75,0 @@ }

{
"name": "coaclient",
"version": "1.0.14",
"version": "1.0.15",
"description": "Custom Node.js library for manage CourseraOAuth2 API tokens",

@@ -5,0 +5,0 @@ "main": "coaclient",

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