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

any-http-reqwest

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

any-http-reqwest - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.editorconfig

33

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc