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

@types/newrelic

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/newrelic - npm Package Compare versions

Comparing version 9.4.0 to 9.13.0

9

newrelic/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for newrelic 9.4
// Type definitions for newrelic 9.13
// Project: https://github.com/newrelic/node-newrelic

@@ -360,2 +360,9 @@ // Definitions by: Matt R. Wilson <https://github.com/mastermatt>

/**
* This method gives you a way to associate a unique identifier with a transaction event,
* transaction trace and errors within transaction. A new property, `enduser.id`, will be
* added to the error and reported to errors inbox.
*/
export function setUserID(userID: string): void;
/**
* Gracefully shuts down the agent.

@@ -362,0 +369,0 @@ *

6

newrelic/package.json
{
"name": "@types/newrelic",
"version": "9.4.0",
"version": "9.13.0",
"description": "TypeScript definitions for newrelic",

@@ -58,4 +58,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/newrelic",

"dependencies": {},
"typesPublisherContentHash": "860b3ab874f45e95383cbd26687a923db9f79285329504c17133b330e2b84488",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "e7f32d0a337bbedfb07023ca0543665b093de29c67166880fbf6674d69d43f88",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 17 Nov 2022 22:03:07 GMT
* Last updated: Mon, 17 Apr 2023 23:02:47 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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