
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
strapi-auto-uuid
Advanced tools
The Strapi Auto UUID Plugin is a custom plugin for Strapi that automatically generates a unique UUID for your content.
To install the Strapi Auto UUID Plugin, simply run one of the following command:
pnpm add strapi-auto-uuid
npm install strapi-auto-uuid
yarn add strapi-auto-uuid
Once the plugin is installed, you can add a new custom type to your Strapi content types, no configuration needed. The custom type uses the Strapi UID structure, ensuring that each UUID generated is unique.
You can create new records via the Admin panel, API or GraphQL, and the plugin will automatically generate a UUID for each new record created.
Here's an example of how to use the Strapi Auto UUID Plugin:
npm install strapi-auto-uuid
autoUUID
, like this:module.exports = {
attributes: {
title: {
type: 'string',
required: true,
},
uuid: {
type: "customField",
customField: "plugin::field-uuid.uuid"
},
},
};
uuid
field.That's it! With the Strapi Auto UUID Plugin, you can easily add UUIDs to your Strapi content without having to worry about generating them yourself.
Note: If you are currently using the @bn-digital/strapi-plugin-field-uuid
plugin, the strapi-auto-uuid
plugin can be used as a replacement without requiring any code changes. Simply install strapi-auto-uuid
and remove @bn-digital/strapi-plugin-field-uuid
. The Strapi Auto UUID Plugin provides the same functionality as the @bn-digital/strapi-plugin-field-uuid
plugin, in addition it supports uuid generation automatically via api or graphql and is actively maintained.
This plugin is licensed under the MIT License. See the LICENSE file for more information.
FAQs
This is the description of the plugin.
The npm package strapi-auto-uuid receives a total of 123 weekly downloads. As such, strapi-auto-uuid popularity was classified as not popular.
We found that strapi-auto-uuid 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 uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.