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

igloo

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igloo - npm Package Compare versions

Comparing version 0.0.4-rc.2 to 0.0.4-rc.3

2

lib/boot/mongo.js

@@ -22,2 +22,4 @@

connection = _.defaults(connection, mongoose)
return connection

@@ -24,0 +26,0 @@

7

lib/boot/server.js

@@ -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",

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