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

@contrast/core

Package Overview
Dependencies
Maintainers
17
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/core - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

lib/effective-config/feature-readers.js

8

lib/app-info.js

@@ -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"
}
}
}
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