
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.
@tensile-perf/runner
Advanced tools
The application that runs Tensile tests. This application spins up a server, runs code and collects the results.
The application that runs Tensile tests. This application spins up a server, runs code and collects the results.
Install the package:
# with npm
$ npm install --save-dev @tensile-perf/runner
# or with yarn
$ yarn add -D @tensile-perf/runner
Create a benchmark test file:
// Save in button.bench.js
const itemRenderer = () => {
const btn = document.createElement('button');
btn.appendChild(document.createTextNode('Simple HTML Button'));
return btn;
};
export default itemRenderer;
export { tests } from '@tensile-perf/web-components';
Run your test:
$ tensile --file button.bench.js
Review results in the .tensile/
folder
TODO
Use the CLI for help documentation:
$ tensile help
Run yarn nx run runner:build
to build the library.
Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
FAQs
The application that runs Tensile tests. This application spins up a server, runs code and collects the results.
We found that @tensile-perf/runner 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
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.