
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
proskomma-core
Advanced tools
A Javascript Implementation of the Proskomma Scripture Processing Model.
npm install
npm test
npm run rawTest
TESTSCRIPT=cp_vp npm run oneTest
npm run coverage
cd scripts
npm run build # Running Proskomma from within the Proskomma repo so need the babel version of files
node do_graph.js ../test/test_data/usx/web_rut_1.usx example_query.txt
node do_graph.js ../test/test_data/usfm/hello.usfm example_query.txt
See the project's ReadtheDocs
If you run into this problem it's because you're using Webpack 5.
Know that for the v5 of this package, you'll need to explicitly tell it were to find this crypto
package and many other packages.
Please see this for more details : https://webpack.js.org/configuration/resolve/#resolvefallback
tldr : packages like buffer
or crypto
(for e.g.) are no longer automatically handled when you're using your app in a browser (that's what we call polyfill
), so you have to load them yourself in your package.
Method to solve this problem :
webpack.js
resolve { fallback ...
theNameOfTheNeededPackage: false
crypto
you'll need crypto-browserify
)
false
by require.resolve('theNameOfTheNeededPackage')
If it doesn't work, I'm afraid you'll have to dig in the webpack documentation for resolve
: https://webpack.js.org/configuration/resolve/ (or try to find a solution on StackOverflow !)
FAQs
A Scripture Runtime Engine
The npm package proskomma-core receives a total of 95 weekly downloads. As such, proskomma-core popularity was classified as not popular.
We found that proskomma-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.