cf-nodejs-logging-support
Advanced tools
Comparing version 6.13.2 to 7.0.0-beta.0
{ | ||
"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. |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
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
205465
104
3574
20
6
4
18
1
+ Addedajv@^8.11.0
+ Addedwinston-transport@^4.5.0
+ Added@colors/colors@1.6.0(transitive)
+ Added@types/triple-beam@1.3.5(transitive)
+ Addedajv@8.17.1(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-uri@3.0.3(transitive)
+ Addedfecha@4.2.3(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedlogform@2.7.0(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
+ Addedsafe-stable-stringify@2.5.0(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedtriple-beam@1.4.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwinston-transport@4.9.0(transitive)
- Removeduuid@^8.3.2
- Removeduuid@8.3.2(transitive)