bottlejs-express
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "bottlejs-express", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Provides functions to help with the integration of Express routes/middlewares and bottlejs services", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"check": "gts check", | ||
"clean": "gts clean", | ||
"compile": "tsc -p .", | ||
"fix": "gts fix", | ||
"prepare": "npm run compile", | ||
"pretest": "npm run compile", | ||
"posttest": "npm run check" | ||
}, | ||
@@ -18,3 +25,3 @@ "keywords": [ | ||
"engines": { | ||
"node" : ">= 6.14.0" | ||
"node": ">= 6.14.0" | ||
}, | ||
@@ -24,3 +31,10 @@ "repository": { | ||
"url": "git://github.com/elunic/node-bottlejs-express.git" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.16.0", | ||
"bottlejs": "^1.7.1", | ||
"express": "^4.16.4", | ||
"gts": "^0.9.0", | ||
"typescript": "~3.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16613
12
187
5
1