
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@strapi-community/strapi-plugin-url-alias
Advanced tools
Unique, flexible and autogenerated URL aliases for your Strapi managed web content.
/get endpointThis plugin was made as an entry to the Strapi Plugin Week hackathon.
See the demo video.
Install the plugin in your Strapi project.
# using yarn
yarn add @strapi-community/strapi-plugin-url-alias
# using npm
npm install @strapi-community/strapi-plugin-url-alias --save
After successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:
# using yarn
yarn build
yarn develop
# using npm
npm run build
npm run develop
Enjoy 🎉
Complete installation requirements are the exact same as for Strapi itself and can be found in the Strapi documentation.
Supported Strapi versions:
(This plugin may work with older Strapi versions, but these are not tested nor officially supported at this time.)
We recommend always using the latest version of Strapi to start your new projects.
This plugin extends the Strapi edit view to add a 'URL alias' sidebar. In the sidebar you are able to add a URL alias for your page.
You can either overwrite the URL, or have it be generated based on a URL pattern.
To create dynamic URLs this plugin uses URL patterns. The URL pattern will be used to generate unique URLs based on the data available.
You can add URL patterns in the settings section of the plugin.
/pages/[my-title-field]
Fields can be injected in the pattern by escaping them with [].
The following field types are allowed in a pattern:
iduidstringThe plugin also comes with an endpoint you can use to find any content by path.
await fetch(`${API_URL}/api/url-alias/get?path=/about-page`);
// GET /api/url-alias/get?path=/about-page
FAQs
Unique, autogenerated URL paths.
The npm package @strapi-community/strapi-plugin-url-alias receives a total of 5 weekly downloads. As such, @strapi-community/strapi-plugin-url-alias popularity was classified as not popular.
We found that @strapi-community/strapi-plugin-url-alias demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.