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

my-ci

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-ci - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

bin/app-start.js
#!/usr/bin/env node
const shell = require('shelljs');
const path = require('path');
const arg = require('arg');
// const arg = require('arg');
const configFilePath = path.resolve(__dirname, '../ecosystem.config.js');

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

const { appLogPath } = require('./utils');
const path = require('path');
// const execArgs = '';

@@ -12,3 +13,3 @@

name: 'my-ci-app',
script: './app/start.js',
script: path.resolve(__dirname, './app/start.js'),
args: argsStr,

@@ -15,0 +16,0 @@ env: {

{
"name": "my-ci",
"version": "1.1.3",
"version": "1.1.4",
"description": "",

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

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