
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.
Add Blade to your Gemfile
.
source "https://rubygems.org"
gem 'blade'
Create a .blade.yml
(or blade.yml
) file in your project’s root, and define your Sprockets load paths and logical paths. Example:
# .blade.yml
load_paths:
- src
- test/src
- test/vendor
logical_paths:
- widget.js
- test.js
Configure your build paths and compressors:
# .blade.yml
…
build:
logical_paths:
- widget.js
path: dist
js_compressor: uglifier # Optional
Run bundle exec blade build
to compile dist/widget.js
.
By default, Blade sets up a test runner using QUnit via the blade-qunit_adapter gem.
Run bundle exec blade runner
to launch Blade’s test console and open the URL it displays in one or more browsers. Blade detects changes to your logical paths and automatically restarts the test suite.
Run bundle exec blade ci
to start Blade’s test console in non-interactive CI mode, and launch a browser pointed at Blade’s testing URL (usually http://localhost:9876). The process will return 0
on success and non-zero on failure.
To test on multiple browsers with Sauce Labs, see the Sauce Labs plugin.
Licensed under the MIT License
© 2016 Javan Makhmali
FAQs
Unknown package
We found that blade demonstrated a not healthy version release cadence and project activity because the last version was released 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.