Socket
Socket
Sign inDemoInstall

ext-shoot

Package Overview
Dependencies
279
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "ext-shoot",
"version": "0.0.3",
"version": "0.0.4",
"description": "Chrome Plugin Ext Shoot Server",
"main": "server.js",
"main": "./src/server.js",
"bin": {

@@ -7,0 +7,0 @@ "extss": "./src/server.js"

@@ -36,2 +36,3 @@ const { getExtDirPath, getAllHtmlDatas } = require('./utils');

const getHealth = (req, res) => {
console.log(req);
res.send('ok');

@@ -38,0 +39,0 @@ }

@@ -7,2 +7,3 @@ #!/usr/bin/env node

console.log(indexPath);
if (!arg1 || arg1 === 'start') {

@@ -9,0 +10,0 @@ exec(`npx pm2 start ${indexPath} --name extss`, { encoding: 'utf8' }, (error, stdout, stderr) => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc