New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opencensus/instrumentation-mongodb

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/instrumentation-mongodb - npm Package Compare versions

Comparing version

to
0.1.0

15

build/src/index.js

@@ -17,7 +17,14 @@ "use strict";

*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./mongodb"));
__exportStar(require("./mongodb"), exports);
//# sourceMappingURL=index.js.map

@@ -18,2 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.plugin = exports.MongoDBPlugin = void 0;
const core_1 = require("@opencensus/core");

@@ -90,2 +91,3 @@ const shimmer = require("shimmer");

}
// @ts-expect-error ts-migrate(2345) FIXME: Argument of type 'IArguments' is not assignable to... Remove this comment to see the full error message
return original.apply(this, arguments);

@@ -119,2 +121,3 @@ };

}
// @ts-expect-error ts-migrate(2345) FIXME: Argument of type 'IArguments' is not assignable to... Remove this comment to see the full error message
return original.apply(this, arguments);

@@ -121,0 +124,0 @@ };

{
"name": "@opencensus/instrumentation-mongodb",
"version": "0.0.22",
"version": "0.1.0",
"description": "Opencensus MongoDB automatic instrumentation package.",

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

"devDependencies": {
"@types/mocha": "^7.0.0",
"@types/mongodb": "^3.0.19",
"@types/node": "^10.12.12",
"@types/shimmer": "^1.0.1",
"codecov": "^3.6.2",
"gts": "^1.0.0",
"mocha": "^7.0.0",
"@types/mocha": "8.2.3",
"@types/mongodb": "3.0.19",
"@types/node": "10.17.60",
"@types/shimmer": "1.0.2",
"codecov": "3.8.3",
"gts": "1.1.2",
"mocha": "7.2.0",
"mongodb": "3.1.10",
"nyc": "^14.0.0",
"rimraf": "^3.0.0",
"ts-mocha": "^7.0.0",
"ts-node": "^8.0.0",
"typescript": "~2.9.0"
"nyc": "15.1.0",
"rimraf": "3.0.2",
"ts-mocha": "8.0.0",
"ts-node": "8.10.2",
"typescript": "3.9.10"
},
"dependencies": {
"@opencensus/core": "^0.0.22",
"@opencensus/core": "^0.1.0",
"shimmer": "^1.2.0"
}
}