
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.
@equinor/echo-core
Advanced tools
Everything a Echo app needs to communicate with the core.
$ npm install @equinor/echo-core --save
First time usage, run following command first:
$ npm install
$ npm run build
$ npm run start
First time usage, run following command first:
$ npm install
$ npm test
$ npm test-coverage
$ npm test-wo-install
cd ~/repos/EchoCore
npm link
cd ~/repo/my-app-to-link-to
npm link @equinor/echo-core
Install npm-local-development if not already done: npm i -g npm-local-development
my-app-to-link-to must have a links.json file with link to react (and other peerDependencies in use), if not you will experience multiple versions of react when running my-app-to-link-to
Navigate to cloned echo-core repository and then run npm install
and npm start
cd ~/repos/EchoCore
npm install
npm start
npm-local-development ../EchoCore
should be run in background. open new terminal and run npm start
cd ~/repo/my-app-to-link-to
npm-local-development ../EchoCore
cd ~/repo/my-app-to-link-to
npm start
Linking of echo-core should now be set up and you can run both builds with watch
OBS! Run npm install
before linking, if not you might have to unlink to be able to install packages
cd ~/repos/my-app-to-link-to
npm unlink --no-save @equinor/echo-core
cd ~/repos/EchoCore
npm unlink
npm-local-development ../EchoCore
script (it watches for changes to echo-core dependencies)Order is important
OBS: Errors when switching branches can happen if link is not unlinked properly before linking in the branch switched to. Symlink is unable to find the package after switching branch because the folders don’t exist. When this happens, check out your original branch and start from the beginning with linking the package and the project.
FAQs

The npm package @equinor/echo-core receives a total of 306 weekly downloads. As such, @equinor/echo-core popularity was classified as not popular.
We found that @equinor/echo-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 19 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.