Socket
Socket
Sign inDemoInstall

@mongosh/errors

Package Overview
Dependencies
Maintainers
10
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/errors - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

package.json
{
"name": "@mongosh/errors",
"version": "1.3.0",
"version": "1.3.1",
"description": "MongoDB Shell Errors Package",

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

},
"gitHead": "df88ce833d498163c966e34c815ab669d2bee50c"
"gitHead": "29a1453899120580f7ee669ec5952810b86d11b7"
}

@@ -71,3 +71,3 @@ import { promises as fs } from 'fs';

return stat.isDirectory();
} catch (e) {
} catch (e: any) {
return false;

@@ -81,3 +81,3 @@ }

return stat.isFile();
} catch (e) {
} catch (e: any) {
return false;

@@ -84,0 +84,0 @@ }

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