
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.
@dollarshaveclub/nodejs-server
Advanced tools
[](https://circleci.com/gh/dollarshaveclub/nodejs-server/tree/master) [\// - regex to match paths to proxyTo support proxying locally and internationally, add the following to your /etc/hosts:
::1 localhost # should have already been added
::1 localhost.au
::1 localhost.ca
::1 localhost.uk
const serve = require('@dollarshaveclub/nodejs-server')
const app = require('express')()
// app logic
serve(app, {
name: 'my-app',
}).then(({ port }) => {
console.log(port)
})
const serve = require('@dollarshaveclub/nodejs-server')
const Koa = require('koa')
const app = new Koa()
// app logic
serve(app, {
name: 'my-app'
})
import serve from "@dollarshaveclub/nodejs-server"
await serve(new Koa(), {name: "my-app"})
FAQs
[](https://circleci.com/gh/dollarshaveclub/nodejs-server/tree/master) [
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.