Socket
Socket
Sign inDemoInstall

@mongosh/node-runtime-worker-thread

Package Overview
Dependencies
Maintainers
10
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/node-runtime-worker-thread - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

17

package.json
{
"name": "@mongosh/node-runtime-worker-thread",
"version": "1.2.2",
"version": "1.2.3",
"description": "MongoDB shell runtime that lives in a worker thread",

@@ -31,7 +31,7 @@ "homepage": "https://github.com/mongodb-js/mongosh",

"devDependencies": {
"@mongosh/browser-runtime-core": "1.2.2",
"@mongosh/browser-runtime-electron": "1.2.2",
"@mongosh/service-provider-core": "1.2.2",
"@mongosh/service-provider-server": "1.2.2",
"@mongosh/types": "1.2.2",
"@mongosh/browser-runtime-core": "1.2.3",
"@mongosh/browser-runtime-electron": "1.2.3",
"@mongosh/service-provider-core": "1.2.3",
"@mongosh/service-provider-server": "1.2.3",
"@mongosh/types": "1.2.3",
"bson": "^4.6.1",

@@ -46,5 +46,6 @@ "mocha": "^7.1.2",

"dependencies": {
"interruptor": "^1.0.1"
"interruptor": "^1.0.1",
"system-ca": "^1.0.2"
},
"gitHead": "7956ae40dde9eb7e6ee8cad058f88953781dc049"
"gitHead": "b715268260871b62ac628cef3eb1009203a91264"
}

@@ -47,2 +47,3 @@ const path = require('path');

'os-dns-native': 'commonjs2 os-dns-native',
'system-ca': 'commonjs2 system-ca'
}

@@ -49,0 +50,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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