Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backtrace-service

Package Overview
Dependencies
Maintainers
5
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtrace-service - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

lib/config/config.d.ts

58

package.json
{
"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"
}
}
index.js
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc