dd-trace 3.7.0 → 3.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE-3rdparty.csv +0 -1
- package/package.json +2 -3
package/LICENSE-3rdparty.csv
CHANGED
|
@@ -53,7 +53,6 @@ dev,multer,MIT,Copyright 2014 Hage Yaapa
|
|
|
53
53
|
dev,msgpack-lite,MIT,Copyright 2015 Yusuke Kawasaki
|
|
54
54
|
dev,nock,MIT,Copyright 2017 Pedro Teixeira and other contributors
|
|
55
55
|
dev,nyc,ISC,Copyright 2015 Contributors
|
|
56
|
-
dev,pprof-format,MIT,Copyright 2022 Stephen Belanger
|
|
57
56
|
dev,proxyquire,MIT,Copyright 2013 Thorsten Lorenz
|
|
58
57
|
dev,rimraf,ISC,Copyright Isaac Z. Schlueter and Contributors
|
|
59
58
|
dev,sinon,BSD-3-Clause,Copyright 2010-2017 Christian Johansen
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dd-trace",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"description": "Datadog APM tracing client for JavaScript",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@datadog/native-appsec": "^1.2.1",
|
|
62
62
|
"@datadog/native-metrics": "^1.5.0",
|
|
63
|
-
"@datadog/pprof": "^1.1.
|
|
63
|
+
"@datadog/pprof": "^1.1.1",
|
|
64
64
|
"@datadog/sketches-js": "^2.1.0",
|
|
65
65
|
"crypto-randomuuid": "^1.0.0",
|
|
66
66
|
"diagnostics_channel": "^1.1.0",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"multer": "^1.4.5-lts.1",
|
|
115
115
|
"nock": "^11.3.3",
|
|
116
116
|
"nyc": "^15.1.0",
|
|
117
|
-
"pprof-format": "^2.0.4",
|
|
118
117
|
"proxyquire": "^1.8.0",
|
|
119
118
|
"rimraf": "^3.0.0",
|
|
120
119
|
"sinon": "^11.1.2",
|