
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.
The babel-env
npm package can be used to set up a consistent environment
for projects using Babel and running on node.js version 6 (at least).
npm install --save-dev babel-env
This will install all useful Babel packages and create a default .babelrc
file in the project root. The .babelrc
file will automatically be updated
when updates of babel-env
are installed.
See also babel-env-test for
an example of how babel-env
is used.
If you do not want your .babelrc
to be overwritten by babel-env
, add
a comment containing babel-env-disable
, such as:
// babel-env-disable
{
"presets": [
"es2015"
],
"plugins": [
"transform-es3-property-literals",
"transform-es3-member-expression-literals"
]
}
FAQs
Development environment for Babel.
The npm package babel-env receives a total of 421 weekly downloads. As such, babel-env popularity was classified as not popular.
We found that babel-env demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.