@mashroom/mashroom-utils
Advanced tools
Comparing version 2.3.2 to 2.4.0
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"main": "lib", | ||
@@ -18,6 +18,6 @@ "files": [ | ||
"request-ip": "^3.3.0", | ||
"ua-parser-js": "^1.0.33" | ||
"ua-parser-js": "^1.0.35" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.17.14", | ||
"@types/express": "^4.17.17", | ||
"@types/request-ip": "^0.0.37", | ||
@@ -32,4 +32,11 @@ "@types/ua-parser-js": "^0.7.36" | ||
], | ||
"testRegex": "(\\.(test|spec))\\.ts" | ||
"testRegex": "(\\.(test|spec))\\.ts", | ||
"reporters": [ | ||
"default", | ||
"jest-junit" | ||
] | ||
}, | ||
"jest-junit": { | ||
"outputDirectory": "./test-reports" | ||
}, | ||
"scripts": { | ||
@@ -36,0 +43,0 @@ "lint": "eslint src test --ext \".ts\" --fix", |
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
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
54512
40
761
Updatedua-parser-js@^1.0.35