@incodelang/accounts
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@incodelang/accounts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An API for simple Account Management", | ||
@@ -32,4 +32,5 @@ "main": "src/index.js", | ||
"cors": "^2.8.5", | ||
"express": "^4.17.1" | ||
"express": "^4.17.1", | ||
"typescript": "^4.4.3" | ||
} | ||
} |
@@ -6,4 +6,7 @@ /** | ||
process.env.ACC_PRIV_PATH = "./private"; | ||
const os = require('os') | ||
const path = require("path"); | ||
process.env.ACC_PRIV_PATH = path.join(os.homedir(), "./.incode-accounts"); | ||
const accountServer = require('./lib/accounts') | ||
@@ -10,0 +13,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
64255
603
4
+ Addedtypescript@^4.4.3
+ Addedtypescript@4.9.5(transitive)