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

mvcfun

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcfun - npm Package Compare versions

Comparing version 0.1.1 to 0.1.4

htgen/tpl/.keep

3

lib/controller/index.js

@@ -9,3 +9,4 @@ /**

Forbidden: require('./Forbidden'),
Static: require('./Static')
Static: require('./Static'),
Swig: require('./Swig')
};
{
"name": "mvcfun",
"version": "0.1.1",
"version": "0.1.4",
"description": "MVC based web server framework",

@@ -22,7 +22,9 @@ "main": "index.js",

"valuechecker": "*",
"underscore" : "*"
"underscore" : "*",
"swig" : "*"
},
"devDependencies": {
"mocha": "*"
"mocha": "*",
"should": "*"
}
}

@@ -31,1 +31,6 @@ # MVCfun

## Key features
- MVC based developing the cool way
- High unit test coverage
- RESTFul developing possible in same framework
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