backtrace-service
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "backtrace-service", | ||
"version": "1.0.4", | ||
"description": "Backtrace Service middleware", | ||
"main": "index.js", | ||
"version": "1.1.0", | ||
"description": "Common tools for Backtrace Node services", | ||
"author": "Backtrace", | ||
"license": "LicenseRef-LICENSE", | ||
"main": "/lib/index.js", | ||
"scripts": { | ||
"test": "NODE_ENV=test && jest", | ||
"lint": "tslint -p ./tsconfig.json", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"build": "tsc" | ||
}, | ||
"files": [ | ||
"/source", | ||
"/lib" | ||
], | ||
"keywords": [ | ||
"backtrace" | ||
"tools" | ||
], | ||
"author": "Backtrace <team@backtrace.io>", | ||
"jest": { | ||
"collectCoverage": true, | ||
"coverageDirectory": "test_results/", | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 50, | ||
"functions": 50, | ||
"lines": 50, | ||
"statements": 50, | ||
"ts-jest": { | ||
"tsConfig": "tsconfig.json" | ||
} | ||
} | ||
}, | ||
"coverageReporters": [ | ||
"text", | ||
"html" | ||
] | ||
}, | ||
"dependencies": { | ||
"express": "^4.16.4", | ||
"body-parser": "^1.18.3" | ||
"axios": "^0.18.0", | ||
"body-parser": "^1.19.0", | ||
"chalk": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.16.1", | ||
"@types/jest": "^24.0.11", | ||
"@types/nock": "^9.3.1", | ||
"@types/node": "^11.13.5", | ||
"jest": "^24.7.1", | ||
"nock": "^10.0.6", | ||
"prettier": "^1.17.0", | ||
"ts-jest": "^24.0.2", | ||
"ts-node": "^8.0.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.4.4" | ||
} | ||
} |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
57154
31
3
11
1
1
80
1018
5
1
+ Addedaxios@^0.18.0
+ Addedchalk@^2.4.2
+ Addedansi-styles@3.2.1(transitive)
+ Addedaxios@0.18.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedis-buffer@2.0.5(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedexpress@^4.16.4
- Removedaccepts@1.3.8(transitive)
- Removedarray-flatten@1.1.1(transitive)
- Removedcontent-disposition@0.5.4(transitive)
- Removedcookie@0.7.1(transitive)
- Removedcookie-signature@1.0.6(transitive)
- Removedencodeurl@1.0.22.0.0(transitive)
- Removedescape-html@1.0.3(transitive)
- Removedetag@1.8.1(transitive)
- Removedexpress@4.21.2(transitive)
- Removedfinalhandler@1.3.1(transitive)
- Removedforwarded@0.2.0(transitive)
- Removedfresh@0.5.2(transitive)
- Removedipaddr.js@1.9.1(transitive)
- Removedmerge-descriptors@1.0.3(transitive)
- Removedmethods@1.1.2(transitive)
- Removedmime@1.6.0(transitive)
- Removedms@2.1.3(transitive)
- Removednegotiator@0.6.3(transitive)
- Removedparseurl@1.3.3(transitive)
- Removedpath-to-regexp@0.1.12(transitive)
- Removedproxy-addr@2.0.7(transitive)
- Removedrange-parser@1.2.1(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsend@0.19.0(transitive)
- Removedserve-static@1.16.2(transitive)
- Removedutils-merge@1.0.1(transitive)
- Removedvary@1.1.2(transitive)
Updatedbody-parser@^1.19.0