
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.
@botbuildercommunity/middleware-activity-type
Advanced tools
Bot Framework middleware component to handle incoming activities based on a specific activity type
This middleware package is a Node.JS port of the C# Activity Type middleware component from the Bot Builder Community. It intercepts messages based on the activity type so that you can automatically handle certain types outside of the standard dialog flow.
npm install @botbuildercommunity/middleware-activity-type --save
import { HandleActivityType } from '@botbuildercommunity/middleware-activity-type';
adapter.use(new HandleActivityType(ActivityTypes.Message, async (context, next) => {
await context.sendActivity('Hello, middleware!');
}));
FAQs
Bot Framework middleware component to handle incoming activities based on a specific activity type
The npm package @botbuildercommunity/middleware-activity-type receives a total of 0 weekly downloads. As such, @botbuildercommunity/middleware-activity-type popularity was classified as not popular.
We found that @botbuildercommunity/middleware-activity-type demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.