Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-memory-server-global-4.2

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-memory-server-global-4.2 - npm Package Versions

1
22

7.0.0-beta.23

Diff

Changelog

Source

7.0.0-beta.23 (2021-03-02)

Features

  • DryMongoBinary: add new "DryMongoBinary" (3841312)
  • DryMongoBinary: add new function "generateOptions" (2d89ba1)
  • MongoBinary: add option to disable automatic download (2c0639b)
  • MongoBinary: implement usage of "DryMongoBinary" (4a13cea)
  • MongoBinaryDownload: add option to use "http" over "https" (b178a97), closes #172

Refactor

  • MongoBinary: use "DryMongoBinary.generateOptions" (0e7e73f)
  • MongoBinaryDownload: enhance md5 regex (becac06)
  • MongoBinaryDownload: extract: combine win32 and linux regex (702eaa9)
  • MongoBinaryDownload: extract: combine win32 filter regex (28cfc7c)
  • MongoBinaryDownloadUrl: change "translateArch" to be static (ba87378)

Style

  • MongoBinary: add tsdoc to describe what the class is for (36f1118)
  • MongoBinary: remove duplicated definitions from interface (87a3ca8)

Fixes

  • DryBinary: use "modulesCache/version/binary" instead of "modulesCache/mongodb-binaries/version/binary" (072abde)
  • DryMongoBinary: only use "resolveConfigValue" when not empty (08e71cf)
  • MongoBinaryDownload: add more logging (b63f629)
  • MongoBinaryDownload: change "downloadDir" to be required (d2f2e30)
  • MongoBinaryDownload: enhance progress message (ada4f2a)
  • MongoBinaryDownload: force an status print on download finish (62337fd)
  • MongoBinaryDownload: unify how the downloadUrl is represented (23f057e)
  • MongoBinaryDownload: use "mkdirp" over "fs.mkdir" (c64a321)
  • MongoBinaryDownload: use "MongoBinaryOpts" over "MongoBinaryDownloadOpts" (ce193ce)
  • MongoBinaryDownload: use new "URL" class instead of deprecated "url.parse" (70af5d2)
  • MongoBinaryDownloadUrl: remove unused parameter (d72ed42)
  • MongoBinaryDownloadUrl: use DryBinary.generateOptions's "os" instead of calling "getOS" directly (ac025d9)
  • resolveConfig: add helper function to add the prefix to an variable name (8334c45)
nodkz
published 7.0.0-beta.22 •

Changelog

Source

7.0.0-beta.22 (2021-02-26)

Fixes

  • MongoBinaryDownloadUrl: support macos arm64 to x64 archive translation (2aa9b38)
nodkz
published 7.0.0-beta.21 •

Changelog

Source

7.0.0-beta.21 (2021-02-25)

⚠ BREAKING CHANGES

  • MongoInstance: MongoInstance's functions got renamed to make more clear what they do (create,start,stop - instead of run,run,kill)

Features

  • MongoInstance: rename functions to unify all classes (655d295)

Dependencies

  • update lockfile (7ca52da)
  • cross-env: upgrade to 7.0.3 (b412ce2)
  • doctoc: upgrade to 2.0.0 (8e1a091)
  • eslint: upgrade to 7.20.0 (and related) (715fdbd)
  • husky: upgrade to 5.1.1 (4e93d29)
  • semantic-release: upgrade to 17.3.9 (and related) (d433278)
  • ts-jest: upgrade to 26.5.2 (5c07ee7)

Fixes

  • lockfile: add uuid to lock instance (75574a1)
  • MongoInstance: give better error reporting when library file is missing (692455a), closes #408
nodkz
published 7.0.0-beta.20 •

Changelog

Source

7.0.0-beta.20 (2021-02-24)

Features

  • MongoBinaryDownloadUrl: add support for ubuntu-arm64 (5733a0f), closes #443

Style

  • lockfile: add log when "readout" is for not for self (1b669ad)

Refactor

  • MongoBinaryDownload: unify path resolving (4258eb7)

Fixes

  • lockfile: checkLock: handle ENOENT (7d3e998)
  • MongoBinary: ensure lockfile gets unlocked in case of error (e81db43)
nodkz
published 7.0.0-beta.19 •

Changelog

Source

7.0.0-beta.19 (2021-02-24)

Fixes

  • global: use an absolute module path to core in global index scripts (2428fd8)
  • postinstall: use an absolute module path to core in postinstall scripts (d71ea48)

Dependencies

  • tslib: include tslib dependency in non-core packages (6125d2f)
nodkz
published 7.0.0-beta.18 •

Changelog

Source

7.0.0-beta.18 (2021-02-22)

Fixes

  • resolveConfig: change to use the first found package.json with an non-empty config field (4d9de37), closes #439

Style

  • resolveConfig: add "filename" to logs (7809fcd)
nodkz
published 7.0.0-beta.17 •

Changelog

Source

7.0.0-beta.17 (2021-02-20)

Fixes

  • lockfile: ignore lockfile unlink fail (ceea1a7)
  • resolveConfig: findPackageJson: resolve file paths directly (0bec0bf), closes #440
  • resolveConfig: simplify packageJson type (fac363d)
nodkz
published 7.0.0-beta.16 •

Changelog

Source

7.0.0-beta.16 (2021-02-19)

⚠ BREAKING CHANGES

  • getos: All "USE*" and "SKIP*" Environment Variables got removed in favor of an better handling

Features

  • getos: remove all "USE*" and "SKIP*" environment variables (e389c3e)
  • getos: simplify reading an release file (e5e6521)
  • MongoBinaryDownloadUrl: add support for "arch/manjaro" (ubuntu workaround) (21449d6)
  • MongoBinaryDownloadUrl: refactor getUbuntuVersionString (fc08c25)
  • MongoBinaryDownloadUrl: remove function "getMintVersionString" (d66e28a)

Fixes

  • getos: add lsb-release file pattern to regex (0cc7dd5)
  • getos: add tests for "parseOS" and "parseLSB" (6cdf482)
  • getos: tryFirstReleaseFile: simplify file match (7a46fac)

Refactor

  • MongoBinaryDownloadUrl: add helper function for regex de-duplication (3d96e5e)
nodkz
published 7.0.0-beta.15 •

Changelog

Source

7.0.0-beta.15 (2021-02-10)

Features

  • lockfile: add custom lockfile implementation (e6a2237)

Dependencies

  • eslint: upgrade to 7.18.0 (6dc0b75)
  • jest: upgrade to 26.6.3 (8adf360)
  • ts-jest: upgrade to 26.4.4 (b8f1fae)
  • typescript: upgrade to 4.1.3 (30ea057)

Fixes

Style

  • lockfile: add more commentation (6d4576a)
  • lockfile.test: increase timeouts (c541b0e)
nodkz
published 7.0.0-beta.14 •

Changelog

Source

7.0.0-beta.14 (2021-01-20)

Fixes

  • "infomation" to "information" (da6c89d), closes #424
  • "unkown" to "unknown" (798b0db), closes #424
  • MongoMemoryReplSet: update when "cleanup" is run and added (836dc9c)
  • MongoMemoryServer: stop: return "false" if already stopped (b3c868e)

Style

  • MongoBinaryDownloadUrl: "Debain" to "Debian" (1879e4b), closes #424
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