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

trails

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trails - npm Package Compare versions

Comparing version 0.0.22 to 0.0.24

8

index.js

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

/*eslint no-console: 0 */
'use strict'

@@ -68,3 +69,6 @@

stop (err) {
if (err) this.log.error('\n', err.stack)
if (err) {
console.trace(err)
this.log.error('\n', err.stack || '')
}
this.emit('trails:stop')

@@ -76,3 +80,3 @@

const unloadPromises = Object.keys(this.packs).map(packName => {
const unloadPromises = Object.keys(this.packs || { }).map(packName => {
const pack = this.packs[packName]

@@ -79,0 +83,0 @@ return pack.unload()

@@ -21,4 +21,7 @@ /*eslint no-console: 0 */

})
process.on('uncaughtException', err => app.stop(err))
process.on('uncaughtException', err => {
console.error('uncaughtException', err)
console.trace()
app.stop(err)
})
app.bound = true

@@ -25,0 +28,0 @@ }

{
"name": "trails",
"version": "0.0.22",
"version": "0.0.24",
"description": "Modern MVC Web Framework for Node.js",

@@ -58,5 +58,3 @@ "keywords": [

"homepage": "http://trailsjs.io",
"dependencies": {
"i18next": "^2.0.14"
},
"dependencies": {},
"devDependencies": {

@@ -66,3 +64,3 @@ "eslint": "next",

"mocha": "^2.3.4",
"trailpack": "0.0.17",
"trailpack": "0.0.18",
"winston": "^2.1.1"

@@ -69,0 +67,0 @@ },

@@ -7,2 +7,4 @@ [![Trails.js][trails-image]][trails-url]

[![Dependency Status][daviddm-image]][daviddm-url]
[![Code Climate][codeclimate-image]][codeclimate-url]
[![Issue Stats][issuestats-image]][issuestats-url]
[![Follow @trailsjs on Twitter][twitter-image]][twitter-url]

@@ -124,2 +126,6 @@

[daviddm-url]: https://david-dm.org/trailsjs/trails
[codeclimate-image]: https://img.shields.io/codeclimate/github/trailsjs/trails.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/trailsjs/trails
[issuestats-image]: http://issuestats.com/github/trailsjs/trails/badge/issue?style=flat-square
[issuestats-url]: http://issuestats.com/github/trailsjs/trails
[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square

@@ -126,0 +132,0 @@ [gitter-url]: https://gitter.im/trailsjs/trails

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