New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

loopback3-xtotalcount

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

loopback3-xtotalcount

Add X-Total-Count header to all search requests for Loopback 3.0

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

loopback3-xTotalCount

Add X-Total-Count header to all search requests for Loopback 3.0. It should be use on client that use json-server, such as admin-on-rest

Install

  • Add "loopback3-xtotalcount": "latest" to your package.json file.
  • Run npm install OR run npm install loopback3-xtotalcount
  • Set the module in your server.js (loopback server endpoint)
require('loopback3-xtotalcount')(app);

We recommend to use yarn instead of npm:

  • yarn add loopback3-xtotalcount
  • Set the module in your server.js
require('loopback3-xtotalcount')(app);

Thanks

License

This module is licensed under the MIT Licence.

Keywords

loopback

FAQs

Package last updated on 03 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts