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.2.0 to 3.2.1

.vscode/.history/egg-boilerplate-empty/boilerplate/README_20210607143912.md

2

boilerplate/README.md

@@ -9,3 +9,3 @@ # {{name}}

[![Continuous Integration](https://github.com/{{org}}/{{name}}/workflows/Continuous%20integration/badge.svg)](https://github.com/{{org}}/{{name}}/actions?query=branch%3Amaster)
[![Continuous Integration](https://github.com/{{org}}/{{name}}/actions/workflows/nodejs.yml/badge.svg)](https://github.com/{{org}}/{{name}}/actions/workflows/nodejs.yml)
[![Test coverage](https://img.shields.io/codecov/c/github/{{org}}/{{name}}.svg?style=flat-square)](https://codecov.io/gh/{{org}}/{{name}})

@@ -12,0 +12,0 @@

3.2.1 / 2021-06-07
==================
**fixes**
* [[`4c670d0`](http://github.com/eggjs/egg-boilerplate-empty/commit/4c670d0c653f40fb22efdd94fe80ba3754c3c1e3)] - fix: ci badge (#17) (TZ | 天猪 <<atian25@qq.com>>)
3.2.0 / 2021-06-07

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

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

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

@@ -7,21 +7,8 @@ # egg-boilerplate-empty

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
[![NPM version](https://img.shields.io/npm/v/egg-boilerplate-empty.svg?style=flat-square)](https://npmjs.org/package/egg-boilerplate-empty)
[![NPM quality](http://npm.packagequality.com/shield/egg-boilerplate-empty.svg?style=flat-square)](http://packagequality.com/#?package=egg-boilerplate-empty)
[![NPM download](https://img.shields.io/npm/dm/egg-boilerplate-empty.svg?style=flat-square)](https://npmjs.org/package/egg-boilerplate-empty)
[npm-image]: https://img.shields.io/npm/v/egg-boilerplate-empty.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-boilerplate-empty
[travis-image]: https://img.shields.io/travis/eggjs/egg-boilerplate-empty.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-boilerplate-empty
[codecov-image]: https://codecov.io/gh/eggjs/egg-boilerplate-empty/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/eggjs/egg-boilerplate-empty
[david-image]: https://img.shields.io/david/eggjs/egg-boilerplate-empty.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-boilerplate-empty
[snyk-image]: https://snyk.io/test/npm/egg-boilerplate-empty/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-boilerplate-empty
[download-image]: https://img.shields.io/npm/dm/egg-boilerplate-empty.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-boilerplate-empty
[![Continuous Integration](https://github.com/eggjs/egg-boilerplate-empty/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/egg-boilerplate-empty/actions/workflows/nodejs.yml)
[![Test coverage](https://img.shields.io/codecov/c/github/eggjs/egg-boilerplate-empty.svg?style=flat-square)](https://codecov.io/gh/eggjs/egg-boilerplate-empty)

@@ -33,4 +20,3 @@ ## Installation

```bash
$ npm install -g egg-init
$ egg-init --type empty showcase
$ npm init egg --type empty showcase
$ cd showcase

@@ -37,0 +23,0 @@ $ npm install

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