Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fuqzed

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuqzed

js port of the fuqit framework

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

fuqzed

npm install -g fuqzed

Node.js port of the fuqit library, a stupid simple web "framework". Drop files into a directory and everything just works (shouts out to PHP).

Files are either a .js module exporting a function (req, res) or an EJS template (.js|html). Everything else is served as a static file.

Just fuqzed inside your target directory. See /example.

fuqzed [port]

Local install

If you want to keep fuqzed local to your project:

npm install fuqzed
./node_modules/.bin/fuqzed

Or add scripts: { "fuqzed": "fuqzed" } to your package.json and use npm run-script fuqzed.

License

MIT

FAQs

Package last updated on 14 Jul 2013

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc