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 2.5.0 to 2.6.0

9

boilerplate/_package.json

@@ -7,11 +7,12 @@ {

"dependencies": {
"egg": "^1.1.0"
"egg": "^1.2.1"
},
"devDependencies": {
"autod": "^2.8.0",
"egg-bin": "^3.3.0",
"autod-egg": "^1.0.0",
"egg-bin": "^3.3.2",
"egg-ci": "^1.6.0",
"egg-mock": "^3.4.0",
"egg-mock": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0",
"eslint-config-egg": "^4.1.0",
"webstorm-disable-index": "^1.1.2"

@@ -18,0 +19,0 @@ },

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

prefix: '^',
plugin: 'autod-egg',
test: [

@@ -17,2 +18,3 @@ 'test',

'autod',
'autod-egg',
'eslint',

@@ -19,0 +21,0 @@ 'eslint-config-egg',

@@ -9,3 +9,5 @@ 'use strict';

// add your config here
return config;
};
2.6.0 / 2017-05-10
==================
* feat: add autod-egg & update deps (#30)
2.5.0 / 2017-04-19

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

{
"name": "egg-boilerplate-simple",
"version": "2.5.0",
"version": "2.6.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 && ../node_modules/.bin/autod && ../node_modules/.bin/npminstall"
"install-deps": "cd dist && ../node_modules/.bin/npminstall autod-egg && ../node_modules/.bin/autod && ../node_modules/.bin/npminstall"
},

@@ -26,2 +26,3 @@ "homepage": "https://github.com/eggjs/egg-boilerplate-simple",

"autod": "^2.8.0",
"autod-egg": "^1.0.0",
"egg-ci": "^1.6.0",

@@ -37,5 +38,3 @@ "egg-init": "^1.8.1",

},
"dependencies": {
}
"dependencies": {}
}

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