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

liyad-webapp-example

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liyad-webapp-example - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

cluster.js

2

package.json
{
"name": "liyad-webapp-example",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"description": "Web app example for Liyad Lisp interpreter; using LSX and React.",

@@ -6,0 +6,0 @@ "keywords": [

@@ -22,1 +22,13 @@ # liyad-webapp-example

Server will serve on port 3000.
## Run with PM2
```bash
$ npm install -g pm2@latest
$ npm install liyad-cli
$ pm2 start cluster.js -i max
$ pm2 stop cluster
$ pm2 delete cluster
```
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