@incodelang/accounts
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "@incodelang/accounts", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "An API for simple Account Management", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -0,0 +0,0 @@ |
@@ -8,5 +8,10 @@ /** | ||
const path = require("path"); | ||
const fs = require("fs"); | ||
process.env.ACC_PRIV_PATH = path.join(os.homedir(), "./.incode-accounts"); | ||
process.env.ACC_PRIV_PATH = path.join(os.homedir(), ".incode", "accounts"); | ||
if(!fs.existsSync(process.env.ACC_PRIV_PATH)){ | ||
fs.mkdirSync(process.env.ACC_PRIV_PATH); | ||
} | ||
const accountServer = require('./lib/accounts') | ||
@@ -13,0 +18,0 @@ const checkFile = require('./lib/module/checkfile') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80632
995
20