Socket
Socket
Sign inDemoInstall

egg-logger

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-logger - npm Package Compare versions

Comparing version 1.6.2 to 1.7.0

index.d.ts

6

History.md
1.7.0 / 2018-06-21
==================
**features**
* [[`faf458c`](http://github.com/eggjs/egg-logger/commit/faf458c044b7b49e8aa6cf1d2030111ac58f31ad)] - feat(typings): add typings for egg logger (#24) (Axes <<whxaxes@qq.com>>)
1.6.2 / 2018-04-08

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

9

package.json
{
"name": "egg-logger",
"version": "1.6.2",
"version": "1.7.0",
"description": "egg logger",

@@ -15,2 +15,3 @@ "main": "index.js",

"devDependencies": {
"@types/node": "^10.3.4",
"autod": "^2.7.1",

@@ -31,3 +32,5 @@ "beautify-benchmark": "^0.2.4",

"should": "^11.2.1",
"supertest": "^3.0.0"
"supertest": "^3.0.0",
"ts-node": "^6.0.5",
"typescript": "^2.8.3"
},

@@ -47,2 +50,3 @@ "repository": {

},
"typings": "index.d.ts",
"engines": {

@@ -53,2 +57,3 @@ "node": ">= 4.0.0"

"index.js",
"index.d.ts",
"lib"

@@ -55,0 +60,0 @@ ],

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