Socket
Socket
Sign inDemoInstall

ah-autosession-plugin

Package Overview
Dependencies
14
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

package.json

@@ -8,3 +8,3 @@ {

"description": "Create sessions from any authorization point needed, and load them automatically before calling an action.",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/innerdvations/ah-autosession-plugin",

@@ -11,0 +11,0 @@ "repository": {

@@ -8,7 +8,7 @@ #!/usr/bin/env node

var localFile = path.normalize(__dirname + '/../config/autosession.js');
var projectFile = path.normalize(process.cwd() + '/../../config/plugins/ah-autosession-plugin.js');
var projectFile = path.normalize(__dirname + '/../config/plugins/ah-autosession-plugin.js');
// create config/plugins directory if it doesn't exist
if(!fs.existsSync(configDir) {
fs.mkdirSync(process.cwd() + '/../../config/plugins');
if(!fs.existsSync(configDir)) {
fs.mkdirSync(__dirname + '/../config/plugins');
}

@@ -15,0 +15,0 @@

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