Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
nx-ignore
Advanced tools
This package is used on platforms such as Netlify or Vercel to ignore builds if a project is not affected.
This package is used on platforms such as Netlify or Vercel to ignore builds if a project is not affected.
npx nx-ignore <project-name>
For Netlify, use a custom ignore command in your netlify.toml
file.
For Vercel, under the Settings > Git
section, use this script in Ignored Build Step
field.
--base
- Set a custom base SHA to compare changes (defaults to CACHED_COMMIT_REF
on Netlify or VERCEL_GIT_PREVIOUS_SHA
on Vercel)--plugins
- List of Nx plugins required (i.e. plugins that extend the Nx graph). Default plugins are read from nx.json.--root
- Set a custom workspace root (defaults to current working directory).--verbose
- Log more details information for debugging purposes.Skip nx-ignore check and ignore deployment:
Skip nx-ignore check and force deployment:
The nx-ignore
command uses Nx to determine whether the current commit affects the specified app. It exits with an error code (1) when the app is affected, which tells the platform to continue the build, otherwise it exits successfully, which tells the platform to cancel the build.
FAQs
This package is used on platforms such as Netlify or Vercel to ignore builds if a project is not affected.
The npm package nx-ignore receives a total of 32,773 weekly downloads. As such, nx-ignore popularity was classified as popular.
We found that nx-ignore demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.