Socket
Socket
Sign inDemoInstall

@mongosh/async-rewriter

Package Overview
Dependencies
Maintainers
11
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/async-rewriter - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

3

lib/async-writer-babel.js

@@ -671,3 +671,4 @@ "use strict";

configFile: false,
babelrc: false
babelrc: false,
compact: code.length > 10000
});

@@ -674,0 +675,0 @@ }

{
"name": "@mongosh/async-rewriter",
"version": "0.11.0",
"version": "0.12.0",
"description": "MongoDB Shell Async Rewriter Package",

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

"test-ci": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,lib}/**/*.spec.ts\"",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"lint": "eslint --report-unused-disable-directives \"**/*.{js,ts,tsx}\"",
"check": "npm run lint",

@@ -36,3 +36,3 @@ "compile-ts": "tsc -p tsconfig.json",

"@babel/types": "^7.9.0",
"@mongosh/errors": "0.11.0",
"@mongosh/errors": "0.12.0",
"@types/babel__core": "^7.1.6",

@@ -50,3 +50,3 @@ "@types/babel__traverse": "^7.0.9",

},
"gitHead": "3f9e4337ee20219985800d99923a4903a21bfa5a"
"gitHead": "0ede48aaa7f42d18eb81069ac19cc0a5d4751e69"
}

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