shoulder-tap
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "shoulder-tap", | ||
"version": "0.0.1", | ||
"description": "Allows one or more clients to connect to a server and allow either to signal the other via a light-weight shoulder-tap event to indicate that work is available. It utilizes web sockets. It was implemented to reduce latency and need for high frequency polling when implementing reliable distributed transactions between microservices.", | ||
"version": "0.0.2", | ||
"description": "Allows clients to connect to a server and signal via a light-weight shoulder-tap event to indicate that work is available. It utilizes UDP. It was implemented to reduce latency and need for high frequency polling when implementing reliable distributed transactions between microservices.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"watchUnit": "NODE_ENV=DEBUG ava --fail-fast -v **/__tests__/**/*test*.js --watch", | ||
"ava": "ava", | ||
"test": "ava --fail-fast -v __tests__/*tests.js", | ||
"watchLint": "esw . --ext=js --ignore-pattern '**/__tests__' --ignore-path .gitignore --fix --watch", | ||
"lint": "eslint . --ext=js --ignore-pattern '**/__tests__' --ignore-path .gitignore --fix" | ||
}, | ||
@@ -12,15 +16,33 @@ "keywords": [ | ||
"tap", | ||
"web", | ||
"socket", | ||
"UDP", | ||
"distributed", | ||
"transaction", | ||
"shoulder tap", | ||
"web socket", | ||
"distributed transaction" | ||
], | ||
"engines": { | ||
"node": ">=10.13.0" | ||
}, | ||
"esm": { | ||
"force": true, | ||
"mode": "auto" | ||
}, | ||
"author": "Troy Collinsworth", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:tcollinsworth/ab-test-selector.git" | ||
}, | ||
"dependencies": { | ||
"delay": "^4.3.0", | ||
"esm": "^3.2.25" | ||
}, | ||
"devDependencies": { | ||
"ava": "^2.4.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-watch": "^6.0.1", | ||
"ignore-styles": "^5.0.1" | ||
} | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
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
6834
8
122
2
1
49
0
2
6
2
+ Addeddelay@^4.3.0
+ Addedesm@^3.2.25
+ Addeddelay@4.4.1(transitive)
+ Addedesm@3.2.25(transitive)