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

cf-nodejs-logging-support

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-nodejs-logging-support - npm Package Compare versions

Comparing version 6.13.2 to 7.0.0-beta.0

build/main/index.d.ts

75

package.json
{
"name": "cf-nodejs-logging-support",
"version": "6.13.2",
"version": "7.0.0-beta.0",
"description": "Logging tool for Cloud Foundry",

@@ -10,2 +10,6 @@ "keywords": [

],
"main": "build/main/index.js",
"types": "build/main/index.d.ts",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": {

@@ -17,40 +21,49 @@ "type": "git",

"author": {
"name": "Christian Dinse, Nicklas Dohrn"
"name": "Christian Dinse, Nicklas Dohrn, Federico Romagnoli"
},
"homepage": "https://sap.github.io/cf-nodejs-logging-support/",
"main": "./index.js",
"scripts": {
"build": "npm run build-json-schema && tsc -p tsconfig.json",
"start": "npm run build-json-schema && tsc -p tsconfig.json && node build/main/index.js",
"fix:lint": "eslint src --ext .ts --fix",
"test": "npm run start && mocha 'src/test/**/*.test.js'",
"test:lint": "eslint src --ext .ts",
"test-performance": "mocha 'src/performance-test/*.test.js'",
"build-json-schema": "typescript-json-schema 'src/lib/config/interfaces.ts' ConfigObject --noExtraProps --required --out 'src/lib/config/default/config-schema.json'"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10"
},
"dependencies": {
"json-stringify-safe": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"import-fresh": "^3.2.1",
"mocha": "^7.1.1",
"mock-require": "^3.0.3",
"node-mocks-http": "^1.8.1",
"nyc": "^15.0.1",
"rewire": "^4.0.1",
"sinon": "^9.0.1",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
"@types/express": "^4.17.13",
"@types/node": "^17.0.45",
"@types/restify": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"chai": "^4.3.6",
"eslint": "^8.27.0",
"eslint-plugin-functional": "^4.4.1",
"eslint-plugin-import": "^2.26.0",
"import-fresh": "^3.3.0",
"mocha": "^9.2.2",
"node-mocks-http": "^1.11.0",
"rewire": "^6.0.0",
"supertest": "^6.2.2",
"ts-node": "^9.0.0",
"typedoc": "^0.23.21",
"typescript": "^4.8.4",
"typescript-json-schema": "^0.53.0"
},
"scripts": {
"test": "mocha -- --timeout 10000",
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test"
},
"files": [
"/.reuse/",
"/core/",
"/logger/",
"/trace/",
"/winston/",
"config.js",
"index.js",
"LICENSE"
]
"/build/",
"LICENSE",
"README.md"
],
"dependencies": {
"ajv": "^8.11.0",
"json-stringify-safe": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"winston-transport": "^4.5.0"
}
}

@@ -19,2 +19,2 @@ # Node.js Logging Support for Cloud Foundry

Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE](https://api.reuse.software/info/github.com/SAP/cf-nodejs-logging-support) tool.
Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE](https://api.reuse.software/info/github.com/SAP/cf-nodejs-logging-support) tool.
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