New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

n-bootstart

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n-bootstart - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.5.5
- Updates in Readme file
## 0.5.1

@@ -2,0 +6,0 @@

2

package.json
{
"name": "n-bootstart",
"version": "0.5.5",
"version": "0.5.6",
"description": "A script to start node js projects when the system boots up",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,3 +12,3 @@ # n(node)-bootstart

```
npm i n-bootstart@latest -g
npm i n-bootstart -g
```

@@ -19,3 +19,3 @@

```
npm i n-bootstart@latest --save
npm i n-bootstart --save
```

@@ -39,5 +39,5 @@

- In Windows OS, it will create a vbs file in the startup folder path.
- In Windows OS, it will create a vbs file that contains scripts to start the Node JS project in the startup folder.
- In Linux based OS, it will add the commands in the user's crontab.
- In Linux based OS, it will add the commands to start the Node JS project in the user's crontab.

@@ -44,0 +44,0 @@ ## Using from CLI

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