New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fined

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

fined - npm Package Compare versions

Comparing version

to
1.1.1

4

index.js

@@ -99,3 +99,5 @@ 'use strict';

return { path: filepath, extension: extArr[i] };
} catch (e) {}
} catch (e) {
// Ignore error
}
}

@@ -102,0 +104,0 @@

{
"name": "fined",
"version": "1.1.0",
"description": "Find a file given a declaration of locations",
"author": "JS CLI Team (https://github.com/js-cli)",
"version": "1.1.1",
"description": "Find a file given a declaration of locations.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [

@@ -10,3 +10,3 @@ "Takayuki Sato <sttk.xslet@gmail.com>",

],
"repository": "js-cli/fined",
"repository": "gulpjs/fined",
"license": "MIT",

@@ -22,3 +22,3 @@ "engines": {

"scripts": {
"lint": "eslint . && jscs .",
"lint": "eslint .",
"pretest": "npm run lint",

@@ -37,12 +37,14 @@ "test": "mocha --async-only",

"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
"mocha": "^3.5.3"
},
"keywords": []
"keywords": [
"find",
"lookup",
"config"
]
}

@@ -1,7 +0,13 @@

# Fined [![Build Status][travis-img]][travis-url] [![Build Status][appveyor-img]][appveyor-url] [![Coverage][coveralls-img]][coveralls-url]
<p align="center">
<a href="http://gulpjs.com">
<img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png">
</a>
</p>
> Find a file given a declaration of locations
# fined
[![NPM][npm-img]][npm-url]
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Travis Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]
Find a file given a declaration of locations.
## Usage

@@ -20,3 +26,3 @@

extensions: {
'rc': 'default-rc-loader',
'rc': 'default-rc-loader',
'.yml': 'default-yml-loader',

@@ -62,9 +68,16 @@ },

[npm-img]: https://nodei.co/npm/fined.png
[npm-url]: https://nodei.co/npm/fined/
[travis-img]: https://travis-ci.org/js-cli/fined.svg?branch=master
[travis-url]: https://travis-ci.org/js-cli/fined
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/js-cli/fined?branch=master&svg=true
[appveyor-url]: https://ci.appveyor.com/project/js-cli/fined
[coveralls-img]: https://coveralls.io/repos/github/js-cli/fined/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/js-cli/fined?branch=master
[downloads-image]: http://img.shields.io/npm/dm/fined.svg
[npm-url]: https://www.npmjs.com/package/fined
[npm-image]: http://img.shields.io/npm/v/fined.svg
[travis-url]: https://travis-ci.org/gulpjs/fined
[travis-image]: http://img.shields.io/travis/gulpjs/fined.svg?label=travis-ci
[appveyor-url]: https://ci.appveyor.com/project/gulpjs/fined
[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/fined.svg?label=appveyor
[coveralls-url]: https://coveralls.io/r/gulpjs/fined
[coveralls-image]: http://img.shields.io/coveralls/gulpjs/fined/master.svg
[gitter-url]: https://gitter.im/gulpjs/gulp
[gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg

Sorry, the diff of this file is not supported yet