Socket
Socket
Sign inDemoInstall

simpler_process

Package Overview
Dependencies
63
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simpler_process

directories 0.0.4 is controlled with this following variable: vda


Version published
Weekly downloads
5
increased by400%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

this is the ground floor(foundation) of simpler process

var vda;
vda = {
'env':{
 'PORT':'',
 'IP':'',
 'PATH':{
   'main':'./server.js',
   'sub':'./README.md',
   'package':'./package.json',
   'secrets':'./env'
},
},
'process':process.env,
}

you must have a main called server.js, a sub README.md, your package.json, and your .env the reason why they are so close, is because it acts like a shell variable, if you want to add more directories(PATH), use the following information provided:

'<call>':'./<filename>.<script type>',

the way to add a different area is by going to 2 above the last bracket, and put in some type of variable IN ALL CAPITALS(this will come in handy in later updates), then put some sub info in brackets after the : to add on a main system do the following go 1 up from the bottom bracket and do the following:

'<sub>':{
'<info>':'<info>',
}

there are constant updates to this package, ending with 10.99.42.4

Keywords

FAQs

Last updated on 14 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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