Socket
Socket
Sign inDemoInstall

asset-resolver

Package Overview
Dependencies
138
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.3.0

8

changelog.md
v0.3.0 / 2016-09-28
==================
* Add windows tests
* Switch from mocha to ava
* Minimum node.js version is 4.0 now due to upstream changes.
* Bump deps
v0.2.0 / 2016-05-09

@@ -3,0 +11,0 @@ ===================

1

lib/resolver.js

@@ -14,2 +14,3 @@ /**

var globby = require('globby');
var cache = {};

@@ -16,0 +17,0 @@

31

package.json
{
"name": "asset-resolver",
"version": "0.2.1",
"version": "0.3.0",
"description": "Find an asset in a set of locations",

@@ -17,3 +17,3 @@ "license": "MIT",

"scripts": {
"test": "xo && nyc mocha test/test.js --timeout 10000",
"test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"

@@ -31,29 +31,28 @@ },

"dependencies": {
"bluebird": "3.3.5",
"bluebird": "3.4.6",
"debug": "2.2.0",
"filesize": "3.3.0",
"globby": "^4.0.0",
"globby": "6.0.0",
"hash": "0.2.0",
"lodash": "4.12.0",
"lodash": "4.16.2",
"meow": "3.7.0",
"mime": "1.3.4",
"object": "0.1.1",
"request": "2.71.0"
"request": "2.75.0"
},
"devDependencies": {
"chai": "3.5.0",
"coveralls": "^2.11.9",
"es6-promise": "3.1.2",
"finalhandler": "0.4.1",
"mocha": "^2.3.4",
"nyc": "^6.4.4",
"serve-static": "1.10.2",
"xo": "0.13.0"
"ava": "0.16.0",
"coveralls": "2.11.9",
"es6-promise": "4.0.2",
"finalhandler": "0.5.0",
"get-port": "2.1.0",
"nyc": "8.3.0",
"serve-static": "1.11.1",
"xo": "0.16.0"
},
"xo": {
"envs": [
"node",
"mocha"
"node"
]
}
}

@@ -1,3 +0,5 @@

# asset-resolver [![Build Status](https://travis-ci.org/bezoerb/asset-resolver.svg?branch=master)](https://travis-ci.org/bezoerb/asset-resolver) [![Coverage Status](https://coveralls.io/repos/github/bezoerb/asset-resolver/badge.svg?branch=master)](https://coveralls.io/github/bezoerb/asset-resolver?branch=master)
[![NPM version][npm-image]][npm-url] [![Linux Build Status][travis-image]][travis-url] [![Windows Build status][appveyor-image]][appveyor-url] [![Coverage Status][coveralls-image]][coveralls-url] [![dependencies Status][depstat-image]][depstat-url] [![devDependencies Status Status][deVdepstat-image]][deVdepstat-url]
# asset-resolver
> Helper module to find an asset in a set of locations

@@ -94,2 +96,21 @@

MIT © [Ben Zörb](http://sommerlaune.com)
MIT © [Ben Zörb](http://sommerlaune.com)
[npm-url]: https://www.npmjs.com/package/asset-resolver
[npm-image]: https://img.shields.io/npm/v/asset-resolver.svg
[travis-url]: https://travis-ci.org/bezoerb/asset-resolver
[travis-image]: https://travis-ci.org/bezoerb/asset-resolver.svg?branch=master&label=Linux%20build
[appveyor-url]: https://ci.appveyor.com/project/bezoerb/asset-resolver/branch/master
[appveyor-image]: https://ci.appveyor.com/api/projects/status/yr4kfmv5vcbb03yn/branch/master?svg=true&label=Windows%20build
[depstat-url]: https://david-dm.org/bezoerb/asset-resolver
[depstat-image]: https://img.shields.io/david/bezoerb/asset-resolver.svg
[deVdepstat-url]: https://david-dm.org/bezoerb/asset-resolver?type=dev
[deVdepstat-image]: https://img.shields.io/david/dev/bezoerb/asset-resolver.svg
[coveralls-url]: https://coveralls.io/github/bezoerb/asset-resolver?branch=master
[coveralls-image]: https://coveralls.io/repos/github/bezoerb/asset-resolver/badge.svg?branch=master
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc