
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
github.com/FidelLimited/serverless-plugin-select
Advanced tools
This repository is no longer being maintained. Further developments to this repository can be made by forking the project.
Select which functions are to be deployed based on region and stage.
Note: Requires Serverless v1.12.x or higher.
Install via npm in the root of your Serverless service:
npm install serverless-plugin-select --save-dev
plugins array in your Serverless serverless.yml, you should place it at the top of the list:plugins:
- serverless-plugin-select
- ...
Add regions or stages in your functions to select for deployment
Run deploy command sls deploy --stage [STAGE NAME] --region [REGION NAME] or sls deploy function --stage [STAGE NAME] --region [REGION NAME] --function [FUNCTION NAME]
Functions will be deployed based on your selection
All done!
How it works? When deployment region or stage don't match function regions or stages, that function will be deleted from deployment.
regions - Function accepted deployment regions.
functions:
hello:
regions:
- eu-west-1
- ...
functions:
hello:
stages:
- dev
- ...
Help us making this plugin better and future proof.
npm installgit checkout -b new_featurenpm run lintThis software is released under the MIT license. See the license file for more details.
FAQs
Unknown package
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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.