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

@newrelic/test-utilities

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newrelic/test-utilities - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

4

lib/versioned/runner.js

@@ -13,2 +13,3 @@ #! /user/bin/env node

const cp = require('child_process')
const semver = require('semver')

@@ -105,3 +106,4 @@ // +) Exit codes greater than zero mean the test failed.

const loaderPath = path.resolve(process.env.NR_LOADER)
args = ['--loader', loaderPath, testFile]
const loaderArg = semver.lt(process.version, '18.0.0') ? '--experimental-loader' : '--loader'
args = [loaderArg, loaderPath, testFile]
}

@@ -108,0 +110,0 @@

{
"name": "@newrelic/test-utilities",
"version": "7.1.0",
"version": "7.1.1",
"description": "Test library for New Relic instrumentation modules.",

@@ -5,0 +5,0 @@ "main": "index.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