New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

morpheus4j

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

morpheus4j - npm Package Versions

23

4.2.0

Diff

mzunino
published 4.1.0 •

Changelog

Source

4.1.0 (2024-10-28)

Features

  • Add --debug and --dry-run flags for enhanced migration control (7785af7)
mzunino
published 4.0.0 •

Changelog

Source

4.0.0 (2024-10-25)

  • feat!: migrate from NestJS+Commander to OCLIF (4aa2350)

BREAKING CHANGES

  • Major architectural changes in how the library is used.
  • Removed NestJS module register and registerAsync methods
  • Removed runMigrationsFor method
  • Simplified CLI architecture by switching to OCLIF
  • CLI flags can now be overridden by env vars (MORPHEUS_*)

Migration Guide:

  1. NestJS Integration:

    • Instead of using the module, inject MorpheusService directly
    • Available methods:
      • cleanDatabase(config?: {cleanConfig?: {dropConstraints?: boolean}} & Neo4jConfig)
      • runMigrations(config?: Neo4jConfig)
  2. Configuration:

    • Config must now be explicitly provided to methods
    • Falls back to:
      1. MORPHEUS_* environment variables
      2. morpheus.json file
mzunino
published 3.5.1 •

Changelog

Source

3.5.1 (2023-12-18)

Bug Fixes

mzunino
published 3.5.0 •

Changelog

Source

3.5.0 (2023-12-08)

Features

mzunino
published 3.4.0 •

Changelog

Source

3.4.0 (2023-10-16)

Features

  • allow setting database config property from env var (9a6e9ca)
mzunino
published 3.3.0 •

Changelog

Source

3.3.0 (2023-09-28)

Features

  • allow setting session database from config (35a1443)
mzunino
published 3.2.0 •

Changelog

Source

3.2.0 (2023-06-19)

Features

mzunino
published 3.1.0 •

Changelog

Source

3.1.0 (2023-06-19)

Features

mzunino
published 3.0.2 •

Changelog

Source

3.0.2 (2023-03-10)

Bug Fixes

  • compare migrations according to semver (61a7fbd)
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