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

@foerderfunke/matching-engine

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foerderfunke/matching-engine

Checks eligibilities by validating a user profile against requirement profiles

  • 0.6.8
  • npm
  • Socket score

Version published
Weekly downloads
27
increased by170%
Maintainers
0
Weekly downloads
 
Created
Source

matching-engine

  • Input: user profile, requirement profiles, datafield constraints, materialization queries
  • Output: a report about eligibilities (yes, no, missing data)

In use in the foerderfunke-app.

Local development

# after bumping the @foerderfunke/matching-engine version
npm run build
npm publish
# to run dev.js
npm start

Using this library as dependency

npm install --save @foerderfunke/matching-engine
# package.json
{
  "type": "module",
  "dependencies": {
    "@foerderfunke/matching-engine": "^0.2.0"
  }
}

# dev.js
import { validateUserProfile } from "@foerderfunke/matching-engine"
# ...
let report = await validateUserProfile(userProfileString, datafieldsString)
console.log(report)

# node dev.js

FAQs

Package last updated on 29 Aug 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

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