newrelicbuster
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -16,6 +16,4 @@ /** | ||
var nrExpress = original.apply(this, arguments); | ||
for(var i = 0 ; i < arguments.length;i++){ | ||
console.log(arguments[i]); | ||
} | ||
arguments[0]='./patchedExpress.js'; | ||
@@ -22,0 +20,0 @@ var patch = original.apply(this,arguments); |
{ | ||
"name": "newrelicbuster", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A monkey patch to enable New Relic to run on Kraken applications.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
'use strict' | ||
console.log('hi'); | ||
console.error('Hi. I\'m a monkey-patched version of New Relic. Handle with care!'); | ||
var shimmer = require('../newrelic/lib/shimmer.js') | ||
@@ -4,0 +4,0 @@ var urltils = require('../newrelic/lib//util/urltils.js') |
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
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
3
28364
622