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.7.5
  • latest
  • npm
  • Socket score

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

matching-engine

:tv: The first part of video 2 and the middle part of video 3 in this demo series are showing parts of the matching engine logic.

  • Input: user profile, requirement profiles, datafield definitions, materialization rules
  • Output: a report about eligibilities (yes, no, missing data) and prioritized missing data fields

In use in the FörderFunke Web App.

Local development

# to run dev.js
npm start

# after bumping the version
npm run build
npm publish

Using this library as dependency

npm install --save @foerderfunke/matching-engine

import { ValidationResult } from "@foerderfunke/matching-engine"

or:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>dev</title>
</head>
<body>
    <script src="./dist/bundle.js"></script>
    <script>
        MatchingEngine.validateAll() // ...
    </script>
</body>
</html>

FAQs

Package last updated on 12 Feb 2025

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