
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
jscrambler-metro-plugin
Advanced tools
This metro plugin protects your React Native bundle using Jscrambler.
The version's compatibility table match your Jscrambler Version with the Jscrambler Metro Plugin. Please make sure you install the right version, otherwise some functionalities might not work properly.
Jscrambler Version | Client and Integrations |
---|---|
<= 7.1 | <= 5.x.x |
>= 7.2 | >= 6.0.0 |
Include the plugin in your metro.config.js
and add the following code:
const {resolve} = require('path');
const jscramblerMetroPlugin = require('jscrambler-metro-plugin')(
/* optional */
{
enable: true,
enabledHermes: false, // set if you are using hermes engine
ignoreFile: resolve(__dirname, '.jscramblerignore'),
params: [
{
name: 'selfDefending',
options: {
threshold: 1
}
}
]
}
);
module.exports = jscramblerMetroPlugin;
You can pass your Jscrambler configuration using the plugin parameter or using
the usual .jscramblerrc
file.
If you use a different location for the .jscramblerignore
file, you can use the ignoreFile
option to tell Jscrambler the path to the file.
Otherwise, if a .jscramblerignore
file is found in a project root folder, it will be considered. You can find more information and examples in Ignoring Files.
By default, Jscrambler protection is ignored when bundle mode is set for Development. You can override this behavior by setting env variable JSCRAMBLER_METRO_DEV=true
FAQs
A plugin to use metro with Jscrambler Code Integrity
The npm package jscrambler-metro-plugin receives a total of 109 weekly downloads. As such, jscrambler-metro-plugin popularity was classified as not popular.
We found that jscrambler-metro-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.