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 3.1.1 to 3.1.2

12

boilerplate/_package.json

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

"dependencies": {
"egg": "^2.0.0",
"egg-scripts": "^2.1.0"
"egg": "^2.2.1",
"egg-scripts": "^2.5.0"
},

@@ -16,5 +16,5 @@ "devDependencies": {

"egg-ci": "^1.8.0",
"egg-mock": "^3.13.0",
"egg-mock": "^3.14.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.0",
"eslint-config-egg": "^6.0.0",
"webstorm-disable-index": "^1.2.0"

@@ -26,4 +26,4 @@ },

"scripts": {
"start": "egg-scripts start --daemon",
"stop": "egg-scripts stop",
"start": "egg-scripts start --daemon --title=egg-server-{{name}}",
"stop": "egg-scripts stop --title=egg-server-{{name}}",
"dev": "egg-bin dev",

@@ -30,0 +30,0 @@ "debug": "egg-bin debug",

3.1.2 / 2018-02-05
==================
* fix: npm scripts with app name (#41)
3.1.1 / 2017-11-22

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

{
"name": "egg-boilerplate-simple",
"version": "3.1.1",
"version": "3.1.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