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
12
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.4.0 to 3.5.0

13

boilerplate/_package.json

@@ -10,11 +10,9 @@ {

"dependencies": {
"egg": "^2",
"egg": "^3",
"egg-scripts": "^2"
},
"devDependencies": {
"autod": "^3",
"autod-egg": "^1",
"egg-bin": "^4",
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^4",
"egg-mock": "^5",
"eslint": "^8",

@@ -35,7 +33,6 @@ "eslint-config-egg": "^12"

"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
"ci": "npm run lint && npm run cov"
},
"ci": {
"version": "16",
"version": "16, 18",
"type": "github"

@@ -42,0 +39,0 @@ },

'use strict';
const Controller = require('egg').Controller;
const { Controller } = require('egg');

@@ -5,0 +5,0 @@ class HomeController extends Controller {

3.5.0 / 2022-09-30
==================
**features**
* [[`1175c64`](http://github.com/eggjs/egg-boilerplate-simple/commit/1175c6486a622bf7383be021c98ad36b180272c1)] - feat: update egg3 (#50) (TZ | 天猪 <<atian25@qq.com>>)
3.4.0 / 2022-06-29

@@ -3,0 +9,0 @@ ==================

{
"name": "egg-boilerplate-simple",
"version": "3.4.0",
"version": "3.5.0",
"description": "boilerplate for egg quickstart",
"scripts": {
"autod": "autod",
"lint": "eslint .",

@@ -14,3 +13,3 @@ "test": "npm run lint -- --fix && npm run test-boilerplate",

"build": "npm run clean && egg-init dist --force --silent --template=./",
"install-deps": "cd dist && npm i autod-egg && npx autod && npm i"
"install-deps": "cd dist && npm i"
},

@@ -25,9 +24,7 @@ "homepage": "https://github.com/eggjs/egg-boilerplate-simple",

"devDependencies": {
"autod": "^3.1.2",
"autod-egg": "^1.1.0",
"egg-ci": "^2.1.0",
"egg-init": "^2.3.1",
"eslint": "^8.18.0",
"eslint-config-egg": "^12.0.0",
"npminstall": "^6.4.0"
"eslint": "^8.24.0",
"eslint-config-egg": "^12.1.0",
"npminstall": "^6.5.1"
},

@@ -34,0 +31,0 @@ "ci": {

Sorry, the diff of this file is not supported yet

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