Socket
Socket
Sign inDemoInstall

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 3.3.0 to 3.4.0

boilerplate/_.eslintignore

23

boilerplate/_package.json

@@ -10,16 +10,13 @@ {

"devDependencies": {
"autod": "^3",
"egg-bin": "^4",
"egg-ci": "^1",
"egg-bin": "^5",
"egg-ci": "^2",
"eslint": "^8",
"eslint-config-egg": "^11"
"eslint-config-egg": "^12"
},
"scripts": {
"autod": "autod",
"lint": "eslint .",
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"pkgfiles": "egg-bin pkgfiles"
"ci": "npm run lint && npm run cov"
},

@@ -38,14 +35,6 @@ "files": [

"ci": {
"version": "16",
"version": "16, 18",
"type": "github"
},
"eslintConfig": {
"extends": "eslint-config-egg",
"ignorePatterns": [
"dist",
"coverage",
"node_modules"
]
},
"license": "MIT"
}
'use strict';
const assert = require('assert').strict;
const assert = require('assert/strict');
describe('test/index.test.js', () => {
it('should work', () => {
it('should work', async () => {
assert(true);
});
});
3.4.0 / 2022-09-30
==================
**others**
* [[`c67f8bc`](http://github.com/eggjs/egg-boilerplate-empty/commit/c67f8bcd037d3578b4dbcd7e25569774d67dfc60)] - chore: update deps (#19) (TZ | 天猪 <<atian25@qq.com>>)
3.3.0 / 2022-04-27

@@ -3,0 +9,0 @@ ==================

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

@@ -8,22 +8,15 @@ "author": "TZ <atian25@qq.com>",

"devDependencies": {
"autod": "^3.0.1",
"egg-ci": "^1.8.0",
"egg-init": "^2",
"npminstall": "^3.3.0"
"egg-ci": "^2",
"egg-init": "^2"
},
"scripts": {
"autod": "autod",
"test": "npm run test-boilerplate",
"ci": "npm run ci-boilerplate",
"test-boilerplate": "npm run build && npm run install-deps && cd dist && npm test",
"ci-boilerplate": "npm run build && npm run install-deps && cd dist && npm run ci",
"build": "egg-init dist --force --silent --template=./",
"install-deps": "cd dist && ../node_modules/.bin/autod && ../node_modules/.bin/npminstall"
"test-boilerplate": "npm run build && cd dist && npm i && npm test",
"ci-boilerplate": "npm run build && cd dist && npm i && npm run ci",
"build": "egg-init dist --force --silent --template=./"
},
"ci": {
"version": "16",
"type": "github",
"os": {
"github": "linux, macos"
}
"version": "16, 18",
"type": "github"
},

@@ -30,0 +23,0 @@ "homepage": "https://github.com/eggjs/egg-boilerplate-empty",

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