🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

express-base-class

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-base-class - npm Package Compare versions

Comparing version

to
2.1.0

5

package.json

@@ -9,3 +9,3 @@ {

"bugs": "https://github.com/good-hood-gmbh/express-base-class/issues",
"version": "2.0.0",
"version": "2.1.0",
"keywords": [

@@ -21,2 +21,5 @@ "express",

"scripts": {
"reinstall": "rm -rf node_modules package-lock.json && npm install",
"lint": "eslint ./",
"prepublishOnly": "npm test && npm run lint && echo \"\\033[0;32mReady to publish\\033[0m\"",
"test": "env TZ='Europe/Berlin' mocha"

@@ -23,0 +26,0 @@ },