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.8.1 to 2.8.2

10

boilerplate/_package.json

@@ -7,4 +7,4 @@ {

"dependencies": {
"egg": "^1.7.0",
"egg-scripts": "^1.1.1"
"egg": "^1.8.0",
"egg-scripts": "^1.2.0"
},

@@ -14,6 +14,6 @@ "devDependencies": {

"autod-egg": "^1.0.0",
"egg-bin": "^4.2.0",
"egg-bin": "^4.3.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.10.0",
"eslint": "^4.5.0",
"egg-mock": "^3.12.0",
"eslint": "^4.7.0",
"eslint-config-egg": "^5.1.0",

@@ -20,0 +20,0 @@ "webstorm-disable-index": "^1.2.0"

'use strict';
module.exports = appInfo => {
const config = {};
const config = exports = {};
// should change to your own
// use for cookie sign key, should change to your own and keep security
config.keys = appInfo.name + '_{{keys}}';
// add your config here
config.middleware = [];
return config;
};

@@ -16,3 +16,3 @@ # {{name}}

$ npm run dev
$ open http://localhost:7001/news
$ open http://localhost:7001/
```

@@ -19,0 +19,0 @@

@@ -16,3 +16,3 @@ # {{name}}

$ npm run dev
$ open http://localhost:7001/news
$ open http://localhost:7001/
```

@@ -19,0 +19,0 @@

2.8.2 / 2017-09-18
==================
* fix: docs typo (#34)
2.8.1 / 2017-09-01

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

{
"name": "egg-boilerplate-simple",
"version": "2.8.1",
"version": "2.8.2",
"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