resource-race
Advanced tools
Comparing version
{ | ||
"name": "resource-race", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Find the fastest resource amongst a group", | ||
"main": "dist/race.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
@@ -28,7 +28,10 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^3.3.0", | ||
"chai-as-promised": "^5.1.0", | ||
"eslint": "^1.6.0", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^5.2.1", | ||
"gulp-concat": "^2.6.0" | ||
"gulp-concat": "^2.6.0", | ||
"mocha": "^2.3.3" | ||
} | ||
} |
@@ -9,3 +9,2 @@ | ||
## Installing | ||
@@ -17,3 +16,2 @@ | ||
## Using | ||
@@ -24,8 +22,12 @@ | ||
const urls = ['https://cdn1.com/img.png','https://cdn2.com/img.png', 'https://cdn3.com/img.png']; | ||
const urls = [ | ||
'https://cdn1.com/img.png', | ||
'https://cdn2.com/img.png', | ||
'https://cdn3.com/img.png' | ||
]; | ||
race(urls).then((winner) => { | ||
console.log(`${winner} won the race!`); | ||
}) | ||
}); | ||
``` | ||
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
8878
6.99%9
12.5%41
70.83%0
-100%31
6.9%7
75%