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 6.2.1 to 6.4.0

9

newrelic/index.d.ts

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

// Type definitions for newrelic 6.2
// Type definitions for newrelic 6.4
// Project: http://github.com/newrelic/node-newrelic

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

acceptDistributedTracePayload(payload: DistributedTracePayload): void;
/**
* Inserts distributed trace headers into the provided headers map.
*/
insertDistributedTraceHeaders(headers: {
[header: string]: number | string | string[] | undefined;
}): void;
}

@@ -413,0 +420,0 @@

4

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

@@ -52,4 +52,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "e4c190df0455e9c8a1c5b927b52801045b05ff8b0bf8b79831f540f9f7f04ede",
"typesPublisherContentHash": "5d49084ac483b7509c8a942c4e801945aeb38837793914104b10f2abd010e7f9",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 26 Feb 2020 19:53:33 GMT
* Last updated: Mon, 02 Mar 2020 23:24:20 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