Skip to content

Conversation

Karthik7bk
Copy link

Security Vulnerabilities fixes and Script for Audit and Snyk

index.js Outdated
const {calculateTotalSteps, androidBuildSteps, previewSteps} = require('./src/custom-logger/steps');
const {overallProgressBar} = require('./src/custom-logger/progress-bar')
const {overallProgressBar} = require('./src/custom-logger/progress-bar');
const yargs = require('yargs');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is already require statement for yargs in ln 47, recheck and remove this

const {overallProgressBar} = require('./src/custom-logger/progress-bar')
const {overallProgressBar} = require('./src/custom-logger/progress-bar');
const yargs = require('yargs');
const { audit } = require('./src/audit');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing file src/audit

const {overallProgressBar} = require('./src/custom-logger/progress-bar');
const yargs = require('yargs');
const { audit } = require('./src/audit');
const { snyk } = require('./src/snyk');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing file src/synk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants