
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@logojoy/lint
Advanced tools
npm i --save-dev eslint @logojoy/eslint-config
In your local .eslintrc
{
"extends": ["@logojoy"]
}
npm i --save-dev eslint babel-eslint @logojoy/eslint-config @logojoy/eslint-config-react
In your local .eslintrc
{
"extends": ["@logojoy", "@logojoy/react"]
}
npm i --save-dev eslint @logojoy/eslint-config @logojoy/eslint-config-mocha
In your local .eslintrc
{
"extends": ["@logojoy", "@logojoy/mocha"]
}
Once you download the repo to your machine, run npm install
in the root folder, then run npm run bootstrap
to install the dependencies for each package.
When adding a new package to the packages
folder, you will need to add eslint
as a devDependency in order to run the tests successfully. You should also ensure that the new package's package.json
has the following configuration added in order to be published as a public package:
"publishConfig": {
"access": "public"
}
npm run publish
and select whether it will be a major, minor, or patch update.FAQs
## Usage
We found that @logojoy/lint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.