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

newrelicbuster

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newrelicbuster - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -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')

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