🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@opencensus/exporter-object

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/exporter-object - npm Package Compare versions

Comparing version

to
0.0.21

10

package.json
{
"name": "@opencensus/exporter-object",
"version": "0.0.20",
"version": "0.0.21",
"description": "OpenCensus Object Exporter allows the user to collect and access traces with OpenCensus Node.js.",

@@ -52,8 +52,8 @@ "main": "build/src/index.js",

"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/nock": "^9.1.3",
"@types/mocha": "^7.0.0",
"@types/nock": "^10.0.0",
"@types/node": "^10.12.12",
"codecov": "^3.5.0",
"gts": "^1.0.0",
"mocha": "^6.1.0",
"mocha": "^7.0.0",
"nyc": "14.1.1",

@@ -65,4 +65,4 @@ "ts-mocha": "^6.0.0",

"dependencies": {
"@opencensus/core": "^0.0.20"
"@opencensus/core": "^0.0.21"
}
}