Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alaska-user

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-user - npm Package Compare versions

Comparing version 0.11.3 to 0.11.5

2

package.json
{
"name": "alaska-user",
"version": "0.11.3",
"version": "0.11.5",
"description": "Alaska user service",

@@ -5,0 +5,0 @@ "keywords": [

@@ -14,5 +14,5 @@ // @flow

async exec(params: { ctx:Alaska$Context }) {
let key = alaska.main.config('autoLogin.key');
if (key) {
params.ctx.cookies.set(key);
let autoLogin = alaska.main.config('autoLogin');
if (autoLogin && autoLogin.key) {
params.ctx.cookies.set(autoLogin.key, '', autoLogin);
}

@@ -19,0 +19,0 @@ delete params.ctx.session.userId;

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