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.3.2 to 3.0.0

14

boilerplate/_package.json

@@ -8,7 +8,7 @@ {

"devDependencies": {
"autod": "^2.8.0",
"egg-bin": "^3.4.0",
"egg-ci": "^1.7.0",
"eslint": "^4.0.0",
"eslint-config-egg": "^4.2.0",
"autod": "^3.0.1",
"egg-bin": "^4.3.7",
"egg-ci": "^1.8.0",
"eslint": "^4.18.1",
"eslint-config-egg": "^7.0.0",
"webstorm-disable-index": "^1.2.0"

@@ -29,4 +29,5 @@ },

"ci": {
"version": "6, 8"
"version": "8"
},
"eslintIgnore": [ "coverage", "dist" ],
"repository": {

@@ -37,2 +38,3 @@ "type": "git",

"files": [
"lib",
"index.js"

@@ -39,0 +41,0 @@ ],

3.0.0 / 2018-02-24
==================
* feat: update deps && drop 6.x support (#13)
2.3.2 / 2017-07-24

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

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

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

"devDependencies": {
"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",
"autod": "^3.0.1",
"egg-ci": "^1.8.0",
"egg-init": "^1.13.0",
"eslint": "^4.18.1",
"eslint-config-egg": "^7.0.0",
"npminstall": "^3.3.0",
"webstorm-disable-index": "^1.2.0"
},
"eslintIgnore": [ "coverage", "dist" ],
"ci": {
"version": "6, 8"
"version": "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