Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
ignorepatterns
Advanced tools
A regular expression that matches common filenames that we want to ignore
A regular expression that matches common filenames that we want to ignore
import ignorePatternsRegExp from 'ignorepatterns'
console.log(ignorePatternsRegExp.test('.DS_Store')) // true
npm install --save ignorepatterns
import pkg from ('ignorepatterns')
const pkg = require('ignorepatterns').default
import pkg from 'https://unpkg.com/ignorepatterns@^4.12.0/edition-deno/index.ts'
This package is published with the following editions:
ignorepatterns/source/index.ts
is TypeScript source code with Import for modulesignorepatterns
aliases ignorepatterns/edition-esnext/index.js
ignorepatterns/edition-esnext/index.js
is TypeScript compiled against ESNext for Node.js 10 || 12 || 13 || 14 with Require for modulesignorepatterns/edition-node-esm/index.js
is TypeScript compiled against ESNext for Node.js with Import for modulesignorepatterns/edition-deno/index.ts
is TypeScript source code made to be compatible with DenoDiscover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
FAQs
A regular expression that matches common filenames that we want to ignore
The npm package ignorepatterns receives a total of 11,286 weekly downloads. As such, ignorepatterns popularity was classified as popular.
We found that ignorepatterns demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.