Socket
Socket
Sign inDemoInstall

@allegiant/sessions

Package Overview
Dependencies
3
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

index.js

@@ -125,3 +125,3 @@ const path = require('path');

config.updateExpiry = expect(options.updateExpiry, true);
config.autoStart = expect(options.autoStart, true);
config.autoStart = expect(options.autoStart, false);
config.name = expect(options.name, 'id');

@@ -128,0 +128,0 @@

{
"name": "@allegiant/sessions",
"version": "0.0.6",
"version": "0.0.7",
"description": "Simple sessions module for the allegiant app framework.",

@@ -28,3 +28,3 @@ "author": "echopoint <echopoint@tutanota.com>",

"@allegiant/cookies": "0.0.5",
"@allegiant/jsonstore": "0.0.5"
"@allegiant/jsonstore": "0.0.6"
},

@@ -31,0 +31,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc