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.2 to 1.0.3

6

coaclient.js

@@ -29,7 +29,7 @@ class Client {

}
const createCsvWriter = require('csv').createObjectCsvWriter;
const configFileName = "coaconfig.csv"
const createCsvWriter = require('csv-writer').createObjectCsvWriter;
const os = require('os');
const csvWriter = createCsvWriter({
path: os.homedir() + '/coaconfig.csv',
path: os.homedir() + '/' + configFileName,
header: [

@@ -36,0 +36,0 @@ {id: 'name', title: 'Client Name'},

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

@@ -23,3 +23,3 @@ "main": "coaclient",

"fs": "",
"csv": "0.3.0",
"csv-writer": "1.6.0",
"request": "",

@@ -26,0 +26,0 @@ "node-cache": "",

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