
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
kraken-devtools-6to5
Advanced tools
a kraken-devtools plugin that adds es6 support using 6to5
npm install kraken-devtools-6to5
Add the following to your devtools
config block:
"6to5": {
"module": "kraken-devtools-6to5",
"files": "/js/**/*.js"
}
Customizing 6to5 can easily be done from this config block like so:
"6to5": {
"module": "kraken-devtools-6to5",
"files": "/js/**/*.js",
"options": {
"modules": "amd",
"blacklist": ["useStrict"]
}
}
Check out https://6to5.org/ for more options.
There's also an additional option you can pass which times how long it takes:
"6to5": {
"module": "kraken-devtools-6to5",
"files": "/js/**/*.js",
"time": true
}
This will log the time of each file being transformed in a format similar to this:
/js/view/header.js: 84ms
FAQs
a kraken-devtools plugin that adds es6 support using 6to5
The npm package kraken-devtools-6to5 receives a total of 0 weekly downloads. As such, kraken-devtools-6to5 popularity was classified as not popular.
We found that kraken-devtools-6to5 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.