Comparing version 0.0.4-rc.2 to 0.0.4-rc.3
@@ -22,2 +22,4 @@ | ||
connection = _.defaults(connection, mongoose) | ||
return connection | ||
@@ -24,0 +26,0 @@ |
@@ -6,4 +6,2 @@ | ||
var https = require('https') | ||
var http = require('http') | ||
var cluster = require('cluster') | ||
@@ -53,7 +51,2 @@ var os = require('os') | ||
if (settings.server.ssl.enabled) | ||
this.server = https.createServer(settings.server.ssl.options, this) | ||
else | ||
this.server = http.createServer(this) | ||
this.server.listen(settings.server.port, settings.server.host, function() { | ||
@@ -60,0 +53,0 @@ var addr = this.address() |
{ | ||
"name": "igloo", | ||
"version": "0.0.4-rc.2", | ||
"version": "0.0.4-rc.3", | ||
"description": "Igloo is a lightweight, fast, and minimal framework for rapid development", | ||
@@ -25,2 +25,3 @@ "main": "./lib", | ||
"mongoose": "~3.8.7", | ||
"mongoose-json-select": "^0.2.1", | ||
"mysql": "^2.3.2", | ||
@@ -27,0 +28,0 @@ "to-camel-case": "^0.2.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
0
17878
15
304
+ Addedmongoose-json-select@^0.2.1
+ Addedclone@0.1.9(transitive)
+ Addedmongoose-json-select@0.2.1(transitive)