Socket
Socket
Sign inDemoInstall

@contrast/agentify

Package Overview
Dependencies
Maintainers
17
Versions
62
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.1.0 to 1.1.1

7

lib/contrast-methods.js

@@ -31,5 +31,6 @@ /*

},
Function(args) {
return Function(args);
}
Function: deps.patcher.patch(global.Function, {
name: 'global.Function',
patchType: 'rewrite-injection'
}),
},

@@ -36,0 +37,0 @@ installed: false,

@@ -30,3 +30,3 @@ /*

let compiled;
const { code } = deps.rewriter.rewrite(content, { filename });
const { code } = deps.rewriter.rewrite(content, { filename, inject: true, wrap: true });
try {

@@ -33,0 +33,0 @@ compiled = origCompile.call(this, code, filename);

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

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

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