Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multifetch

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multifetch - npm Package Compare versions

Comparing version 0.1.1 to 0.1.3

28

package.json
{
"name": "multifetch",
"version": "0.1.1",
"version": "0.1.3",
"repository": "git@github.com:e-conomic/multifetch.git",

@@ -15,11 +15,19 @@ "description": "Express middleware for performing internal batch requests",

"devDependencies": {
"request": ">=2.30.0",
"express": ">=3.4.7",
"mocha": ">=1.15.1",
"chai": ">=1.8.1",
"sinon": ">=1.7.3",
"sinon-chai": ">=2.4.0",
"mocha-jshint": ">=0.0.7",
"once": ">=1.3.0"
}
"request": "~2.30.0",
"express": "~3.4.7",
"mocha": "~1.15.1",
"chai": "~1.8.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"mocha-jshint": "~0.0.7",
"once": "~1.3.0"
},
"license": "MIT",
"keywords": [
"express",
"middleware",
"batch",
"multi",
"request"
]
}

@@ -33,3 +33,3 @@ multifetch [![Build Status](https://travis-ci.org/e-conomic/multifetch.png?branch=master)](https://travis-ci.org/e-conomic/multifetch)

Performing a GET request to `/api/multifetch?user=/api/user`, will return the user and some meta information. The query parameter should have a resource name as key and the relative path as value. The path can have its own query, as long it's encoded correctly.
Performing a GET request to `/api/multifetch?user=/api/user`, will return the user and some meta information. The query parameter should have a resource name as key and the relative path as value. The path can have its own query, as long it's encoded correctly. Furthermore the endpoint must return `application/json` or `text/json` (with or without character encoding) in the `content-type` header, or else the content will be ignored.

@@ -126,1 +126,6 @@ ```javascript

```
License
-------
[MIT](http://opensource.org/licenses/MIT)
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