
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@ardoq/shared-configs
Advanced tools
Base configuration (ESLint, TypeScript, CircleCI etc.) for Ardoq's front-end applications.
This repo contains eslint
and prettier
config intended to be used in Ardoq's front-end code repositories.
The config is separated into two main entry points eslint-app.js
and eslint-lib.js
.
Application repositories should extend the former, while library repositories should extend the latter.
Consumers of this repo are expected to explicitly install the dependencies specified here.
Check the peerDependencies
warnings during yarn install
.
This repo is just a collection of configs, so development involves only updating the appropriate JS or JSON files.
Make sure to run yarn install
after changing deps.
$ git rebase master
Squash any unnecessary commits
Merge your changes into master
$ git checkout master && git merge <yourBranch>
yarn version
and bump the version number
yarn publish
and do not bump the version number, because you just did that.
git push
FAQs
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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.