New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10 to 1.0.11

7

coaclient.js

@@ -29,4 +29,3 @@ const csvWriter = require('csv-write-stream')

if (!fs.existsSync(configFilePath))
writer = csvWriter({headers: ["name", "clientId", "secretKey", "scope"]
});
writer = csvWriter({headers: ["name", "clientId", "secretKey", "scope"]});
else

@@ -36,9 +35,9 @@ writer = csvWriter({sendHeaders: false});

writer.pipe(fs.createWriteStream(configFilePath, {flags: 'a'}));
writer.write(
writer.write({
name: clientName,
clientId: clientId,
secretKey: clientSecret,
scope: scope);
scope: scope });
writer.end();
console.log("Added")
}
{
"name": "coaclient",
"version": "1.0.10",
"version": "1.0.11",
"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