any-http-reqwest
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "any-http-reqwest", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "AnyHTTP adapter for the reqwest library", | ||
"homepage": "https://github.com/argo-rest/any-http-reqwest", | ||
"main": "index.js", | ||
"dependencies": { | ||
"reqwest": "^1.1.5" | ||
"main": "src/any-http-reqwest.js", | ||
"devDependencies": { | ||
"jspm": "^0.10.6", | ||
"karma": "^0.12.24", | ||
"karma-chai": "^0.1.0", | ||
"karma-chai-plugins": "^0.2.3", | ||
"karma-firefox-launcher": "^0.1.3", | ||
"karma-jspm": "^1.0.1", | ||
"karma-mocha": "^0.1.9", | ||
"karma-sinon": "^1.0.3", | ||
"karma-sinon-chai": "^0.2.0", | ||
"sinon": "^1.11.1" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node_modules/karma/bin/karma start test/karma.conf.js", | ||
"test-setup": "node_modules/.bin/jspm install" | ||
}, | ||
@@ -24,3 +33,13 @@ "keywords": [ | ||
"author": "Sébastien Cevey <seb@cine7.net>", | ||
"license": "Apache-2" | ||
"license": "Apache-2", | ||
"jspm": { | ||
"registry": "jspm", | ||
"format": "es6", | ||
"directories": { | ||
"lib": "src" | ||
}, | ||
"dependencies": { | ||
"reqwest": "^1.1.5" | ||
} | ||
} | ||
} |
# AnyHTTP adapter for reqwest | ||
AnyHTTP adapter for the [reqwest](https://github.com/ded/reqwest) AJAX | ||
micro-library. | ||
[AnyHTTP](https://github.com/argo-rest/any-http) adapter for the | ||
[reqwest](https://github.com/ded/reqwest) AJAX micro-library. | ||
@@ -6,0 +6,0 @@ ## Usage |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
20768
0
14
294
1
10
1
- Removedreqwest@^1.1.5
- Removedreqwest@1.1.6(transitive)