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.3.1 to 3.4.0

.github/workflows/nodejs.yml

23

boilerplate/_package.json

@@ -10,16 +10,16 @@ {

"dependencies": {
"egg": "^2.15.1",
"egg-scripts": "^2.11.0"
"egg": "^2",
"egg-scripts": "^2"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0"
"autod": "^3",
"autod-egg": "^1",
"egg-bin": "^4",
"egg-ci": "^2",
"egg-mock": "^4",
"eslint": "^8",
"eslint-config-egg": "^12"
},
"engines": {
"node": ">=10.0.0"
"node": ">=16.0.0"
},

@@ -39,3 +39,4 @@ "scripts": {

"ci": {
"version": "10"
"version": "16",
"type": "github"
},

@@ -42,0 +43,0 @@ "repository": {

@@ -6,3 +6,3 @@ 'use strict';

describe('test/app/controller/home.test.js', () => {
it('should assert', () => {
it('should assert', async () => {
const pkg = require('../../../package.json');

@@ -15,3 +15,3 @@ assert(app.config.keys.startsWith(pkg.name));

it('should GET /', () => {
it('should GET /', async () => {
return app.httpRequest()

@@ -18,0 +18,0 @@ .get('/')

3.4.0 / 2022-06-29
==================
**features**
* [[`79fc865`](http://github.com/eggjs/egg-boilerplate-simple/commit/79fc865ddec1bd39432bcfbdcd9aca8878ec0a5f)] - feat: update to 16.x (#49) (TZ | 天猪 <<atian25@qq.com>>)
**others**
* [[`bee89b1`](http://github.com/eggjs/egg-boilerplate-simple/commit/bee89b1b425d182209a834e892c99c53f9767089)] - chore: update travis (#48) (TZ | 天猪 <<atian25@qq.com>>)
3.3.1 / 2019-04-24

@@ -3,0 +12,0 @@ ==================

{
"name": "egg-boilerplate-simple",
"version": "3.3.1",
"version": "3.4.0",
"description": "boilerplate for egg quickstart",

@@ -14,3 +14,3 @@ "scripts": {

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

@@ -25,15 +25,14 @@ "homepage": "https://github.com/eggjs/egg-boilerplate-simple",

"devDependencies": {
"autod": "^3.0.1",
"autod": "^3.1.2",
"autod-egg": "^1.1.0",
"egg-ci": "^1.11.0",
"egg-init": "^1.15.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"npminstall": "^3.20.2",
"webstorm-disable-index": "^1.2.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"
},
"ci": {
"version": "8"
},
"dependencies": {}
"version": "16",
"type": "github"
}
}

Sorry, the diff of this file is not supported yet

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