Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Didak is a simple test case runner, that simulates input and verifies the whether the final output is correct.
Python is a basic test case runner, that simulates input and verifies the whether the final output is correct.
Didak uses the following packages:
Install the latest didak package, upcoming versions might introduce unannounced changes, so a virtual environment is a must have before installation.
pip install -U didak
To integrate didak into your Python codes, check the code snippet below:
import didak
didak.didak(directory, testcase, identifier, sensitive=0, unzip=0, convert=0, loops=99, reset=0)
# usage: runner [-h] -d directory -t testcase [-i identifier] [-s sensitive] [-u unzip] [-c convert] [-l loops] [-r reset]
py runner.py -d "<path_to_files>" -t "<path_to_testcase>" -i "<keyword>" -s 1 -u 1 -c 1 -l 99 -r 1
-d <path>
- Full path of the dirctory containing the files to execute.-t <*.txt>
- Path to test case file-u <0>
- Unzip/extract ZIP files (0-1; default = 0)-c <0>
- Convert Jupyter notbooks to Python file (0-1; default = 0)-i <keyword>
- Unique keyword found on files to execute-s <0>
- Case-sensitivity (0-1; default = 0)-l <99>
- Looping / max recursions (1-9999; default = 99)-r <0>
- Reset analytics before execution (0-1; default = 0)Is used to fill in expected input and function parameters before execution and verifying of expected output. ** Template*
"Keyword1", "keyword1", "keyword 1" = value1
"Keyword2", "keyword2", "keyword 2" = value1
...
"Keyword3", "keyword3", "keyword 3" = value1
---
"Result1", "result1", "result 1"
"Result2", "result2", "result 2"
...
"Result3", "result3", "result 3"
Sample
"keyword1", "key" = "name"
"abcde", "abc" = 23.7
...
"qwerty", "qwe" = False
---
"Hello, name!", "hello, name!"
"76.87", "76.9", "77"
The repository name didak
was inspired from the words deduce and Didache; deduce means to arrived at a consluion by reasoning, while Didache is a manuscript in the Christain theological literature.
FAQs
Didak is a simple test case runner, that simulates input and verifies the whether the final output is correct.
We found that didak demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.