New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fuqit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuqit - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

package.json
{
"name": "fuqit",
"description": "js port of the fuqit framework",
"version": "0.1.1",
"version": "0.1.2",
"bin": {
"fuqit": "./fuqit"
},
"files": [
"fuqit"
],
"repository": {

@@ -9,0 +12,0 @@ "type": "git",

fuqit.js
=========
Node.js port of the powerful [fuqit](https://github.com/zedshaw/fuqit) library.
npm install -g fuqit
### Usage
Node.js port of the [fuqit](https://github.com/zedshaw/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](http://github.com/visionmedia/ejs) template (`.js|html`). Everything else is served as a static file.
Just `fuqit` in your target directory, see `/example`.
Just `fuqit` inside your target directory. See `/example`.
fuqit [port]
![](http://f.cl.ly/items/1O0J043n0s3P0N0t210J/fuq.png)
#### License
[MIT](http://ricardo.mit-license.org)
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