Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ignorepatterns

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignorepatterns

A regular expression that matches common filenames that we want to ignore

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.1K
decreased by-77.18%
Maintainers
1
Weekly downloads
 
Created
Source

Common Ignore Patterns

Build Status NPM version Gittip donate button Flattr donate button PayPayl donate button

A regular expression that matches common filenames that we want to ignore

Install

Node, Browserify

  • Use: require('ignorepatterns')
  • Install: npm install --save ignorepatterns

Ender

  • Use: require('ignorepatterns')
  • Install: ender add ignorepatterns

Usage

var ignored = require('ignorepatterns').test('.DS_Store');
console.log(ignored); // true

History

Discover the change history by heading on over to the History.md file.

Contribute

Discover how you can contribute by heading on over to the Contributing.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

Gittip donate button Flattr donate button PayPayl donate button

Contributors

No contributors yet! Will you be the first? Discover how you can contribute by heading on over to the Contributing.md file.

License

Licensed under the incredibly permissive MIT license

Copyright © 2012+ Bevry Pty Ltd us@bevry.me (http://bevry.me)
Copyright © 2011 Benjamin Lupton b@lupton.cc (http://balupton.com)

Keywords

FAQs

Package last updated on 10 Dec 2013

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc