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

resource-race

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-race - npm Package Compare versions

Comparing version

to
1.1.0

.eslintignore

17

package.json
{
"name": "resource-race",
"version": "1.0.1",
"description": "Module for finding the fastest resource",
"main": "index.js",
"version": "1.1.0",
"description": "Find the fastest resource amongst a group",
"main": "dist/race.js",
"scripts": {

@@ -16,2 +16,5 @@ "test": "echo \"Error: no test specified\" && exit 1"

"fetch",
"xhr",
"cdn",
"promises",
"resource"

@@ -24,3 +27,9 @@ ],

},
"homepage": "https://github.com/bhstahl/resource-race#readme"
"homepage": "https://github.com/bhstahl/resource-race#readme",
"devDependencies": {
"eslint": "^1.6.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0"
}
}

@@ -1,8 +0,8 @@

\\__.-"-._____ \\__.-"-._____
'-(_)---(_)--` '-(_)---(_)--`
\\__.-"-._____ \\__.-"-._____
'-(_)---(_)--` '-(_)---(_)--`
\\__.-"-._____ \\__.-"-._____
\\__.-"-._____ '-(_)---(_)--` \\__.-"-._____ .....'-(_)---(_)--`
'-(_)---(_)--` '-(_)---(_)--`
# Resource Race
An npm module for finding the fastest resource (url)
Find the fastest resource amongst a group.

@@ -22,3 +22,3 @@

let urls = ['https://apple.com','https://google.com', 'https://amazon.com'];
const urls = ['https://cdn1.com/img.png','https://cdn2.com/img.png', 'https://cdn3.com/img.png'];

@@ -25,0 +25,0 @@ race(urls).then((winner) => {

Sorry, the diff of this file is not supported yet