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

ferrum

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ferrum - npm Package Compare versions

Comparing version 0.0.1-a to 0.0.2-a

6

lib/application.js

@@ -51,7 +51,7 @@ /**

staticFilepath: "./static/",
views: "./tpl/",
staticFilepath: './static/',
views: 'tpl/',
// uploads
fileUploadDir: "./uploads/"
fileUploadDir: './uploads/'
};

@@ -58,0 +58,0 @@

{
"name": "ferrum",
"description": "Web framework for node.js",
"version": "0.0.1a",
"author": "Sergey Zvinsky <s.zvinsky@gmail.com>",
"contributors": [
{ "name": "Sergey Zvinsky", "email": "s.zvinsky@gmail.com" }
],
"engines": { "node": "*" },
"directories": {
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"lodash": ">= 0.8.1",
"winston": ">=0.6.2",
"qs": ">=0.5.3",
"formidable": ">=1.0.11",
"cookies": ">=0.3.2",
"keygrip": ">=0.2.2",
"dustjs-linkedin": ">=1.0.0",
"node-static": ">=0.6.0"
},
"devDependencies": {
"vows": "0.6.x",
"needle": ">=0.4.5"
},
"scripts": {
"test": "vows --spec --isolate"
},
"main": "./lib/index"
"name": "ferrum",
"description": "Web framework for node.js",
"version": "0.0.2a",
"author": "Sergey Zvinsky <s.zvinsky@gmail.com>",
"contributors": [
{ "name": "Sergey Zvinsky", "email": "s.zvinsky@gmail.com" }
],
"keywords": [
"ferrum",
"framework",
"web"
],
"repository": "git://github.com/sergez/ferrum.git",
"engines": { "node": "*" },
"directories": {
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"lodash": ">= 0.8.1",
"winston": ">=0.6.2",
"qs": ">=0.5.3",
"formidable": ">=1.0.11",
"cookies": ">=0.3.2",
"keygrip": ">=0.2.2",
"dustjs-linkedin": ">=1.0.0",
"node-static": ">=0.6.0"
},
"devDependencies": {
"vows": "0.6.x",
"needle": ">=0.4.5"
},
"scripts": {
"test": "vows --spec --isolate"
},
"main": "./lib/index"
}

@@ -1,2 +0,2 @@

FerrumJS [alfa]
Ferrum [alfa]
=========

@@ -7,3 +7,3 @@

FerrumJS is simple and powerfull web server for [node.js](http://nodejs.org). It's designed for quick and simple development of high-performance application. Just try it.
Ferrum is simple and powerfull web server for [node.js](http://nodejs.org). It's designed for quick and simple development of high-performance application. Just try it.

@@ -18,3 +18,3 @@ Instalation

Up-to date documentation can be found at [http://jsdoc.info/SergeZ/ferrum/](http://jsdoc.info/SergeZ/ferrum/)
Up-to date documentation can be found at [http://jsdoc.info/sergez/ferrum/](http://jsdoc.info/sergez/ferrum/)

@@ -21,0 +21,0 @@

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