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

@incodelang/accounts

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incodelang/accounts - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"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')

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