Socket
Socket
Sign inDemoInstall

goa

Package Overview
Dependencies
43
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

10

package.json
{
"name": "goa",
"version": "1.5.0",
"version": "1.6.0",
"description": "A tiny and simple MVC framework, in the general spirit of ASP.NET MVC",

@@ -13,3 +13,2 @@ "keywords": [ "mvc", "framework", "express" ],

],
"author": "Tommy Montgomery <tmont@tmont.com> (http://tmont.com/)",

@@ -20,9 +19,7 @@ "repository": {

},
"dependencies": {
"express": "4.14.0",
"express": "4.15.4",
"methods": "1.1.2",
"extend": "3.0.0"
"extend": "3.0.1"
},
"devDependencies": {

@@ -35,3 +32,2 @@ "async": "1.5.2",

},
"scripts": {

@@ -38,0 +34,0 @@ "test": "./node_modules/.bin/mocha -R spec tests"

@@ -29,3 +29,3 @@ # Goa

Goa is a drop-in replacement for [Express](https://github.com/visionmedia/express):
all Goa apps are Express apps. Specifically, they are Express 4.14.0 apps.
all Goa apps are Express apps. Specifically, they are Express 4.15.4 apps.

@@ -32,0 +32,0 @@ So, inside your sweet app, wherever you would normally initialize Express, do this

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc