New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

egg-boilerplate-simple

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-boilerplate-simple - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

6

boilerplate/app/router.js
'use strict';
/**
* @param {Egg.Application} app - egg application
*/
module.exports = app => {
app.get('/', app.controller.home.index);
const { router, controller } = app;
router.get('/', controller.home.index);
};
3.1.1 / 2017-11-22
==================
* fix: prefer app.router.get (#40)
3.1.0 / 2017-11-21

@@ -3,0 +8,0 @@ ==================

2

package.json
{
"name": "egg-boilerplate-simple",
"version": "3.1.0",
"version": "3.1.1",
"description": "boilerplate for egg quickstart",

@@ -5,0 +5,0 @@ "scripts": {

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