Socket
Socket
Sign inDemoInstall

egg-tracer

Package Overview
Dependencies
0
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

index.d.ts

20

package.json
{
"name": "egg-tracer",
"version": "2.0.0",
"version": "2.1.0",
"description": "tracer for egg",

@@ -9,2 +9,3 @@ "eggPlugin": {

"main": "lib/tracer.js",
"types": "index.d.ts",
"files": [

@@ -16,3 +17,4 @@ "lib",

"index.js",
"app.js"
"app.js",
"index.d.ts"
],

@@ -30,7 +32,8 @@ "keywords": [

"devDependencies": {
"egg": "^3.12.0",
"egg-bin": "^5.11.3",
"egg-mock": "^5.7.1",
"eslint": "^8.31.0",
"eslint-config-egg": "^12.1.0"
"egg": "^3.16.0",
"egg-bin": "^6.4.0",
"egg-mock": "^5.10.6",
"eslint": "^8.41.0",
"eslint-config-egg": "^12.2.1",
"tsd": "^0.28.1"
},

@@ -44,3 +47,4 @@ "engines": {

"cov": "egg-bin cov",
"lint": "eslint .",
"tsd": "tsd",
"lint": "eslint . && npm run tsd",
"ci": " npm run lint && npm run cov"

@@ -47,0 +51,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc