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.5.1 to 1.5.2

boilerplate/app/service/test.js

10

boilerplate/_package.json

@@ -23,7 +23,7 @@ {

"scripts": {
"test": "npm run lint -- --fix && npm run pkgfiles && npm run test-local",
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run pkgfiles --check && npm run cov",
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"autod": "autod",

@@ -43,3 +43,9 @@ "pkgfiles": "egg-bin pkgfiles"

"author": "{{author}}",
"files": [
"app",
"config",
"lib",
"index.js"
],
"license": "MIT"
}
1.5.2 / 2017-07-24
==================
* fix: missing --check option (#14)
1.5.1 / 2017-06-13

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

2

package.json
{
"name": "egg-boilerplate-framework",
"version": "1.5.1",
"version": "1.5.2",
"description": "boilerplate for egg framework",

@@ -5,0 +5,0 @@ "scripts": {

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