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

egg-boilerplate-empty

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-boilerplate-empty - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

20

boilerplate/_package.json

@@ -8,11 +8,11 @@ {

"devDependencies": {
"autod": "^2.7.1",
"egg-bin": "^3.1.0",
"egg-ci": "^1.5.0",
"eslint": "^3.18.0",
"eslint-config-egg": "^3.2.0",
"webstorm-disable-index": "^1.1.2"
"autod": "^2.8/0",
"egg-bin": "^3.4.0",
"egg-ci": "^1.6.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},

@@ -22,10 +22,10 @@ "scripts": {

"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test": "npm run lint -- --fix && npm run pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov",
"ci": "npm run lint && npm run pkgfiles --check && npm run cov",
"pkgfiles": "egg-bin pkgfiles"
},
"ci": {
"version": "4, 6, 7"
"version": "6, 8"
},

@@ -32,0 +32,0 @@ "repository": {

2.3.0 / 2017-06-01
==================
* feat: node 8 (#10)
2.2.0 / 2017-03-25

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

{
"name": "egg-boilerplate-empty",
"version": "2.2.0",
"version": "2.3.0",
"description": "only init basic stuff, such as eslint / test / ci ... ",

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

"devDependencies": {
"autod": "^2.7.1",
"egg-ci": "^1.5.0",
"egg-init": "^1.8.1",
"eslint": "^3.18.0",
"eslint-config-egg": "^3.2.0",
"npminstall": "^2.26.4",
"webstorm-disable-index": "^1.1.2"
"autod": "^2.8.0",
"egg-ci": "^1.6.0",
"egg-init": "^1.9.2",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"npminstall": "^2.30.1",
"webstorm-disable-index": "^1.2.0"
},
"ci": {
"version": "6, 7"
"version": "6, 8"
}
}

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