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 7.0.1 to 7.0.2

14

newrelic/index.d.ts

@@ -347,3 +347,3 @@ // Type definitions for newrelic 7.0

export function shutdown(
options?: { collectPendingData?: boolean; timeout?: number; waitForIdle?: boolean },
options?: { collectPendingData?: boolean | undefined; timeout?: number | undefined; waitForIdle?: boolean | undefined },
cb?: (error?: Error) => void,

@@ -374,3 +374,3 @@ ): void;

export interface Instrument {
(opts: { moduleName: string; onRequire: () => void; onError?: (err: Error) => void }): void;
(opts: { moduleName: string; onRequire: () => void; onError?: ((err: Error) => void) | undefined }): void;
(moduleName: string, onRequire: () => void, onError?: (err: Error) => void): void;

@@ -440,3 +440,3 @@ }

*/
'trace.id'?: string;
'trace.id'?: string | undefined;

@@ -446,3 +446,3 @@ /**

*/
'span.id'?: string;
'span.id'?: string | undefined;

@@ -464,3 +464,3 @@ /**

*/
'entity.guid'?: string;
'entity.guid'?: string | undefined;

@@ -479,3 +479,3 @@ /**

*/
traceId?: string;
traceId?: string | undefined;

@@ -485,3 +485,3 @@ /**

*/
spanId?: string;
spanId?: string | undefined;
}
{
"name": "@types/newrelic",
"version": "7.0.1",
"version": "7.0.2",
"description": "TypeScript definitions for newrelic",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/newrelic",
"license": "MIT",

@@ -57,4 +58,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "53202f4266ac6f344b6b1d0f83252cbf59048bf5f403ced4beebcdecd73f4eaa",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "22d8007c796d0041093f498ed9d75c0ce5170eb9107c75a90bf33131ce6bca6c",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Mon, 19 Apr 2021 18:01:20 GMT
* Last updated: Wed, 07 Jul 2021 00:01: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