Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@localazy/strapi-plugin
Advanced tools
Strapi localization doesn't have to be a headache! Install the Strapi localization plugin and seamlessly translate your content into multiple languages with Localazy.
Learn more in the Strapi + Localazy tutorial.
The plugin is available on NPM. You can also follow the installation commands located in your Strapi project Marketplace. This is the recommended approach.
npm install @localazy/strapi-plugin
Besides installing the plugin via npm
, you can also use it in a project locally. Assuming you have a (clean) Strapi project set up, do:
./src/plugin/localazy
folder of your project (path from project root)../config/plugins.js
file (path from project root)../config/plugins.js
file:module.exports = {
localazy: {
enabled: true,
resolve: "./src/plugins/localazy",
config: {
default: () => {},
validator: () => {},
},
},
};
To run tests, run npm run test
command. To watch tests, run npm run test:watch
command.
FAQs
The official Strapi Plugin by Localazy.
The npm package @localazy/strapi-plugin receives a total of 125 weekly downloads. As such, @localazy/strapi-plugin popularity was classified as not popular.
We found that @localazy/strapi-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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.