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

loopback-component-react-admin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-component-react-admin

Support react-admin for Loopback 3.0

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

loopback-component-react-admin

Support react-admin for Loopback 3.0.

Install on Loopback as a component

NPM

  • Run npm install --save loopback-component-react-admin
  • Set the module in your component-config.json (loopback server endpoint).
  "loopback-component-react-admin": {
    "pattern": [
      "*.find"
    ],
    // More options here
  }

Yarn

We recommend to use yarn instead of npm:

  • yarn add loopback-component-react-admin
  • Set the module in your component-config.json
  "loopback-component-react-admin": {
    "pattern": [
      "*.find"
    ],
    // More options here
  }

Options

pattern: Array of String

Method patterns that Content-Range header will be added.

Accepted patterns: See https://loopback.io/doc/en/lb3/Remote-hooks.html#wildcards.

Default value: [ "*.find" ], which auto added to find method of all models.

Note

This is the updated version of loopback3-xTotalCount. On client side (mean react-admin), we don't need to change anything, just use ra-data-simple-rest as usual.

Keywords

loopback

FAQs

Package last updated on 03 Oct 2018

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