New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alks-node

Package Overview
Dependencies
Maintainers
7
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alks-node - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

.idea/alks-node.iml

3

lib/alks-api.js

@@ -624,3 +624,4 @@ /*jslint node: true */

if(err){
return callback(err);
// [AM] - This is when we get a 500, which is (in ALKS Core) a bad refresh token. Should pass this error to the CLI.
return callback("Error: Refresh token expired. Please try to use the logout2fa and login2fa commands.");
}

@@ -627,0 +628,0 @@ else if(results.statusCode !== 200){

{
"name": "alks-node",
"version": "0.10.0",
"version": "0.10.1",
"description": "Node client for ALKS",

@@ -5,0 +5,0 @@ "main": "lib/alks-api.js",

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