@contrast/core
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -25,6 +25,6 @@ /* | ||
module.exports = function (deps) { | ||
const { logger, config } = deps; | ||
module.exports = function (core) { | ||
const { logger, config } = core; | ||
const appInfo = (deps.appInfo = { | ||
const appInfo = (core.appInfo = { | ||
os: { | ||
@@ -87,3 +87,3 @@ type: os.type(), | ||
if (packageLocation) { | ||
deps.logger.info('using package.json at %s', packageLocation); | ||
core.logger.info('using package.json at %s', packageLocation); | ||
} | ||
@@ -90,0 +90,0 @@ |
@@ -25,2 +25,3 @@ /* | ||
require('./logger-factory')(core); | ||
require('./effective-config')(core); | ||
require('./sensitive-data-masking')(core); | ||
@@ -27,0 +28,0 @@ require('./app-info')(core); |
{ | ||
"name": "@contrast/core", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Preconfigured Contrast agent core services and models", | ||
@@ -23,2 +23,3 @@ "license": "SEE LICENSE IN LICENSE", | ||
"@contrast/config": "1.4.0", | ||
"@contrast/deadzones": "1.0.0", | ||
"@contrast/dep-hooks": "1.0.5", | ||
@@ -30,6 +31,5 @@ "@contrast/fn-inspect": "^3.2.0", | ||
"@contrast/reporter": "1.7.0", | ||
"@contrast/rewriter": "1.2.0", | ||
"@contrast/scopes": "1.2.0", | ||
"@contrast/deadzones": "1.0.0" | ||
"@contrast/rewriter": "1.3.0", | ||
"@contrast/scopes": "1.2.0" | ||
} | ||
} | ||
} |
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
35749
16
856
+ Added@contrast/rewriter@1.3.0(transitive)
+ Addednode-gyp-build@4.8.3(transitive)
+ Addedyaml@2.6.0(transitive)
- Removed@contrast/rewriter@1.2.0(transitive)
- Removednode-gyp-build@4.8.4(transitive)
- Removedyaml@2.6.1(transitive)
Updated@contrast/rewriter@1.3.0