
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
kmap-solvee
Advanced tools
Interactive strategy trainer for solving of polynomial, exponential and trigonometrical equations. <kmap-solvee> has emerged in the context of the KMap project.
The goal of the strategy trainer is to train the ability to choose a suitable solution strategy separated from the skills, required to actually solve the equations (equivalence and term transformations).
Examples
npm i kmap-solvee
<script type="module">
import 'kmap-solvee/kmap-solvee.js';
</script>
<kmap-solvee operations="exponential">e^x+e^(2x)=e</kmap-solvee>
No installation required. Find a complete example webpage here.
<script type="module">
import {KmapSolvee} from 'https://cdn.jsdelivr.net/npm/kmap-solvee@0.9.5/+esm'
window.customElements.define('kmap-solvee', KmapSolvee);
</script>
<kmap-solvee operations="polynomial" solutions="-1,0,1" strategy="polynomial" hints='[
{
"match": "_x^4+_x^2=0",
"operation": "substitute_poly",
"message": "Kann man mit Substitution lösen, schneller gehts mit x² Ausklammern und dem Satz vom Nullprodukt"
}]'>2x^4-2x^2=0</kmap-solvee>
web-dev-servernpm start
To run a local development server that serves the basic demo located in demo/index.html
| Name | Type | Explanation |
|---|---|---|
| operations | multiple values, comma separated: exponential, polynomial, polynomial_root, trigonometrical and/or add, subtract, multiply, divide, sqrt, root, ln, arcsin, arccos, factorize, expand, zero_product, quadratic_formula, substitute_poly, substitute_trig, resubstitute, periodize | |
| strategy | polynomial, exponential or trigonometrical | |
| solutions | multiple values, comma separated, ASCIImath notated | |
| hints | json array of objects { match: string, operation: string, message: string } |
{
"match": "(x+2)(x+1)^2x=0",
"operation": "expand",
"message": "Ausmultiplizieren ist nur selten eine gute Strategie. Hier führt es in eine Sackgasse!"
}]'>(x+2)(x+1)^2x=0</kmap-solvee>
FAQs
Interactively solve mathematical equations
We found that kmap-solvee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.