Socket
Socket
Sign inDemoInstall

@mongosh/async-rewriter2

Package Overview
Dependencies
Maintainers
11
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/async-rewriter2 - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

2

lib/stages/transform-maybe-await.js

@@ -282,2 +282,4 @@ "use strict";

return;
if (path.parentPath.isUnaryExpression() && path.parentPath.node.operator === 'delete')
return;
if (path.isLiteral() ||

@@ -284,0 +286,0 @@ path.isArrayExpression() ||

4

package.json
{
"name": "@mongosh/async-rewriter2",
"version": "0.14.0",
"version": "0.15.0",
"description": "MongoDB Shell Async Rewriter Package",

@@ -40,3 +40,3 @@ "main": "./lib/index.js",

},
"gitHead": "39df2de64c8448b4afaee905a038d615345a1e44"
"gitHead": "f7e40434c5b3f078af12d7b705d7d0f1e4c73689"
}

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