Socket
Socket
Sign inDemoInstall

@contrast/agentify

Package Overview
Dependencies
Maintainers
9
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/agentify - npm Package Compare versions

Comparing version 1.25.1 to 1.26.0

2

lib/index.d.ts

@@ -79,4 +79,4 @@ /*

declare function init(core: Partial<Core>): Agentify;
declare function init(core?: Partial<Core>): Agentify;
export = init;

@@ -15,3 +15,3 @@ /*

*/
/*eslint node/no-unsupported-features/es-syntax: ["error", {version: >=10.0.0}]*/
'use strict';

@@ -18,0 +18,0 @@

@@ -22,3 +22,2 @@ /*

const { IntentionalError } = require('@contrast/common');
const { findPackageJsonSync } = require('@contrast/find-package-json');
const {

@@ -93,2 +92,3 @@ engines: {

try {
const { findPackageJsonSync } = require('@contrast/find-package-json');
const { name } = require(findPackageJsonSync({ cwd: path.dirname(preloadTarget) }));

@@ -95,0 +95,0 @@ if (name !== '@contrast/agent') continue;

{
"name": "@contrast/agentify",
"version": "1.25.1",
"version": "1.26.0",
"description": "Configures Contrast agent services and instrumentation within an application",

@@ -14,3 +14,3 @@ "license": "SEE LICENSE IN LICENSE",

"npm": ">=6.13.7 <7 || >= 8.3.1",
"node": ">= 14.18.0"
"node": ">= 16.9.1"
},

@@ -21,15 +21,15 @@ "scripts": {

"dependencies": {
"@contrast/common": "1.21.0",
"@contrast/config": "1.28.0",
"@contrast/core": "1.32.0",
"@contrast/deadzones": "1.2.0",
"@contrast/dep-hooks": "1.3.2",
"@contrast/esm-hooks": "2.6.0",
"@contrast/common": "1.21.1",
"@contrast/config": "1.28.1",
"@contrast/core": "1.32.1",
"@contrast/deadzones": "1.2.1",
"@contrast/dep-hooks": "1.3.3",
"@contrast/esm-hooks": "2.6.1",
"@contrast/find-package-json": "^1.1.0",
"@contrast/instrumentation": "1.8.0",
"@contrast/logger": "1.8.2",
"@contrast/metrics": "1.8.0",
"@contrast/patcher": "1.7.2",
"@contrast/reporter": "1.27.0",
"@contrast/rewriter": "1.8.0",
"@contrast/instrumentation": "1.9.0",
"@contrast/logger": "1.8.3",
"@contrast/metrics": "1.8.1",
"@contrast/patcher": "1.7.3",
"@contrast/reporter": "1.27.1",
"@contrast/rewriter": "1.8.1",
"@contrast/scopes": "1.4.1",

@@ -36,0 +36,0 @@ "semver": "^7.6.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