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.6 to 1.0.7

3

coaclient.js

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

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