Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

egg-boilerplate-framework

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-boilerplate-framework - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

11

boilerplate/_package.json

@@ -6,11 +6,10 @@ {

"dependencies": {
"egg": "^1.0.0"
"egg": "^1.1.0"
},
"devDependencies": {
"autod": "^2.7.1",
"cheerio": "^0.22.0",
"egg-bin": "^3.1.0",
"egg-ci": "^1.5.0",
"egg-mock": "^3.2.0",
"eslint": "^3.18.0",
"egg-bin": "^3.3.0",
"egg-ci": "^1.6.0",
"egg-mock": "^3.4.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0",

@@ -17,0 +16,0 @@ "supertest": "^3.0.0",

'use strict';
// add you build-in plugin here, example:
// exports.view = {
// exports.nunjucks = {
// enable: true,

@@ -6,0 +6,0 @@ // package: 'egg-view-nunjucks',

@@ -19,5 +19,5 @@ 'use strict';

module.exports = Object.assign({}, egg, {
module.exports = Object.assign(egg, {
Application,
Agent,
});
1.4.0 / 2017-04-18
==================
* feat: export egg & update deps (#11)
1.3.0 / 2017-03-21

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

{
"name": "egg-boilerplate-framework",
"version": "1.3.0",
"version": "1.4.0",
"description": "boilerplate for egg framework",

@@ -26,6 +26,6 @@ "scripts": {

"devDependencies": {
"autod": "^2.7.1",
"autod": "^2.8.0",
"egg-ci": "^1.1.0",
"egg-init": "^1.8.1",
"eslint": "^3.18.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0",

@@ -32,0 +32,0 @@ "npminstall": "^2.11.2",

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