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

is-dotfile

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-dotfile - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

18

package.json
{
"name": "is-dotfile",
"description": "Return true if a file path is (or has) a dotfile.",
"version": "1.0.0",
"homepage": "https://github.com/regexps/is-dotfile",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/is-dotfile",
"author": {

@@ -12,11 +12,8 @@ "name": "Jon Schlinkert",

"type": "git",
"url": "git://github.com/regexps/is-dotfile.git"
"url": "git://github.com/jonschlinkert/is-dotfile.git"
},
"bugs": {
"url": "https://github.com/regexps/is-dotfile/issues"
"url": "https://github.com/jonschlinkert/is-dotfile/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/regexps/is-dotfile/blob/master/LICENSE-MIT"
},
"license": "MIT",
"files": [

@@ -30,3 +27,3 @@ "index.js"

"scripts": {
"test": "mocha -R spec"
"test": "mocha"
},

@@ -36,4 +33,3 @@ "devDependencies": {

"dotfile-regex": "^0.1.2",
"mocha": "*",
"should": "*"
"mocha": "*"
},

@@ -40,0 +36,0 @@ "keywords": [

@@ -5,6 +5,8 @@ # is-dotfile [![NPM version](https://badge.fury.io/js/is-dotfile.svg)](http://badge.fury.io/js/is-dotfile)

## Install with [npm](npmjs.org)
## Install
```bash
npm i is-dotfile --save
Install with [npm](https://www.npmjs.com/)
```sh
$ npm i is-dotfile --save
```

@@ -33,26 +35,34 @@

## Run tests
## Related projects
* [dotfile-regex](https://github.com/regexps/dotfile-regex): Regular expresson for matching dotfiles.
* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob pattern.
* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just… [more](https://github.com/jonschlinkert/micromatch)
## Running tests
Install dev dependencies:
```bash
npm i -d && npm test
```sh
$ npm i -d && npm test
```
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/regexps/is-dotfile/issues)
## Author
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-dotfile/issues/new)
## Authors
**Jon Schlinkert**
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
## License
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license
Copyright © 2015 Jon Schlinkert
Released under the MIT license.
***
_This file was generated by [verb](https://github.com/assemble/verb) on January 23, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 25, 2015._
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