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
5
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.9.0 to 0.9.1

2

lib/alks-api.js

@@ -74,3 +74,2 @@ /*jslint node: true */

var headers = { 'User-Agent': options.ua };
var options = _.extend({

@@ -80,2 +79,3 @@ debug: false,

}, opts);
var headers = { 'User-Agent': options.ua };
var accountId = account.alksAccount.substring(0,12);

@@ -82,0 +82,0 @@ var endpoint = account.server + '/loginRoles/id/' + accountId + '/' + account.alksRole;

{
"name": "alks-node",
"version": "0.9.0",
"version": "0.9.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