
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
as a surfer he explored the beaches of Southern California, from La Jolla to Leo Carrillo and up to Pismo
donny serves a directory of files via HTTP. That's it. It works similarly to
python3 -m http.server
or ruby -run -e httpd
and is not intended to be
used in production. Use it in development only.
Simply run
donny
to serve the current directory on port 8080. You can also run:
donny -p 9000 -b 127.0.0.1 dist
to bind to port 9000 for bind address 127.0.0.1 and serve the dist
folder.
let donny = require("donny");
donny({
port: "9000",
bind: "127.0.0.1",
webroot: "dist"
}).then(() => {
console.error("Serving 'dist' on port 9000");
});
donny is licensed under the Apache 2.0 License.
FAQs
simple static HTTP server for development
The npm package donny receives a total of 9 weekly downloads. As such, donny popularity was classified as not popular.
We found that donny 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.