Socket
Socket
Sign inDemoInstall

grailed-express-engine

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grailed-express-engine - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

46

package.json
{
"name": "grailed-express-engine",
"standalone": "grailedExpressEngine",
"version": "0.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"author": "David Tsuji",
"license": "MIT",
"devDependencies": {
"gulp": "^3.6.1",
"gulp-jshint": "^1.5.3",
"gulp-shell": "^0.2.4",
"jshint-stylish": "^0.1.5",
"mocha": "^1.18.2",
"should": "^3.3.1"
},
"dependencies": {
"emitter-component": "^1.1.1",
"express": "^4.1.1"
}
}
"name": "grailed-express-engine",
"standalone": "grailedExpressEngine",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"author": "David Tsuji",
"license": "MIT",
"devDependencies": {
"gulp": "^3.6.1",
"gulp-jshint": "^1.5.3",
"gulp-shell": "^0.2.4",
"jshint-stylish": "^0.1.5",
"mocha": "^1.18.2",
"should": "^3.3.1"
},
"dependencies": {
"emitter-component": "^1.1.1",
"express": "^4.1.1"
}
}

@@ -9,3 +9,3 @@ var emitter = require('emitter-component'),

grail.on('initialised', function () {
grail.on('end', function () {

@@ -12,0 +12,0 @@ Object.keys(grail.routes).forEach(function (_route) {

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