🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

madi-plg-semantic-scholar

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

madi-plg-semantic-scholar

MADI AI plugin for Semantic Scholar search

latest
Source
npmnpm
Version
0.0.1-alpha.2
Version published
Maintainers
1
Created
Source

NPM

npm

GitHub Workflow Status

Libraries.io dependency status for latest release

This library is a FeathersJS middleware to allow simple Remote Procedure Calls (RPCs) to interact with Feathers Services and custom methods.

Installation

service(options)

Options:

  • disableHeader (optional, default: false) - Set to true to prevent the x-service-method header from being overwritten by the middleware. The RPC verb can still get captured and used from the Feathers hook ctx object.
  • allowedRpcVerbs (optional. default: any) - Accepts a string or an array of strings. Defaults to fully open, allowing any verb. Setting to [] will disallow any verb. In order to use the x-service-method automatic call, the custom method of the service must be named exactly the same as the verb sent.

Using this Template

git checkout -B main; git branch --set-upstream-to=origin/main;
git checkout -B beta; git branch --set-upstream-to=origin/beta;
git checkout -B alpha; git branch --set-upstream-to=origin/alpha;
gh secret set NPM_TOKEN --repo nasa-madi/madi-plg-semantic-search

Extending an existing Service

Contributing

Please see https://github.com/nasa-madi/madi-plg-semantic-search/blob/main/.github/contributing.md

Credit

Inspired by work by Ben Zelinski.

Keywords

madi

FAQs

Package last updated on 22 Jan 2024

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