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

@mongodb-js/compass-logging

Package Overview
Dependencies
Maintainers
30
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/compass-logging - npm Package Compare versions

Comparing version 0.0.0-next-823f55a862f13d28437b87fb594450b2208c0d4f to 0.0.0-next-887a3dabb2b894331aec6aa894bc425e2dc591b5

13

dist/index.js

@@ -81,3 +81,14 @@ "use strict";

if (typeof properties === 'function') {
data.properties = await properties();
try {
data.properties = await properties();
}
catch (error) {
emit(ipc, 'compass:track', {
event: 'Error Fetching Attributes',
properties: {
event_name: event,
},
});
return;
}
}

@@ -84,0 +95,0 @@ emit(ipc, 'compass:track', data);

18

package.json

@@ -16,3 +16,3 @@ {

"homepage": "https://github.com/mongodb-js/compass",
"version": "0.0.0-next-823f55a862f13d28437b87fb594450b2208c0d4f",
"version": "0.0.0-next-887a3dabb2b894331aec6aa894bc425e2dc591b5",
"repository": {

@@ -27,3 +27,3 @@ "type": "git",

"peerDependencies": {
"hadron-ipc": "^3.1.0"
"hadron-ipc": "^3.1.1"
},

@@ -55,9 +55,9 @@ "main": "dist/index.js",

"is-electron-renderer": "^2.0.1",
"mongodb-log-writer": "^1.1.4"
"mongodb-log-writer": "^1.1.5"
},
"devDependencies": {
"@mongodb-js/eslint-config-compass": "0.0.0-next-823f55a862f13d28437b87fb594450b2208c0d4f",
"@mongodb-js/mocha-config-compass": "0.0.0-next-823f55a862f13d28437b87fb594450b2208c0d4f",
"@mongodb-js/prettier-config-compass": "0.0.0-next-823f55a862f13d28437b87fb594450b2208c0d4f",
"@mongodb-js/tsconfig-compass": "0.0.0-next-823f55a862f13d28437b87fb594450b2208c0d4f",
"@mongodb-js/eslint-config-compass": "0.0.0-next-887a3dabb2b894331aec6aa894bc425e2dc591b5",
"@mongodb-js/mocha-config-compass": "0.0.0-next-887a3dabb2b894331aec6aa894bc425e2dc591b5",
"@mongodb-js/prettier-config-compass": "0.0.0-next-887a3dabb2b894331aec6aa894bc425e2dc591b5",
"@mongodb-js/tsconfig-compass": "0.0.0-next-887a3dabb2b894331aec6aa894bc425e2dc591b5",
"@types/chai": "^4.2.21",

@@ -69,3 +69,3 @@ "@types/mocha": "^9.0.0",

"eslint": "^7.25.0",
"hadron-ipc": "0.0.0-next-823f55a862f13d28437b87fb594450b2208c0d4f",
"hadron-ipc": "0.0.0-next-887a3dabb2b894331aec6aa894bc425e2dc591b5",
"mocha": "^8.4.0",

@@ -80,3 +80,3 @@ "nyc": "^15.1.0",

},
"gitHead": "823f55a862f13d28437b87fb594450b2208c0d4f"
"gitHead": "887a3dabb2b894331aec6aa894bc425e2dc591b5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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