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

@cumulus/cumulus-message-adapter-js

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/cumulus-message-adapter-js - npm Package Versions

234

2.3.0

Diff

Changelog

Source

[v2.3.0] 2025-01-24

  • CUMULUS-3947
    • Modified cumulus-message-adapter spawn to put Python into UTF-8 mode
nsidc_kovarik
published 2.2.0 •

Changelog

Source

[v2.2.0] 2024-04-25

  • Cumulus-3443
    • Update minimum supported node/build environment/dependencies to node 20.12
botanical
published 2.1.0 •

Changelog

Source

[v2.1.0] 2023-04-10

Updated

  • CUMULUS-3447
    • Update minimum supported node version to v16.19.0
botanical
published 2.0.5 •

Changelog

Source

[v2.0.5] 2022-05-10

Fixed

  • CUMULUS-2920
    • Handled EPIPE exception when writing to stdin of an exited CMA process

Updated

  • CUMULUS-2920
    • Update dev dependencies to allow inter-version compatibility
    • Update package-lock.json to use new dependencies/newer npm format
    • Update circleCi build to use npm@8.6.0
cumuluspublisher
published 2.0.4 •

Changelog

Source

[v2.0.4] 2021-12-09

Fixed

  • CUMULUS-2745
    • Fixed erroneous log output when running as a lambda incorrectly indicating timeout behaviors were not enabled
    • Update error handling logic to wait for completion of CMA close event before throwing
    • Fix streaming interface issue where an empty line is being sent to the CMA where it was being interpreted as empty string for the command
cumuluspublisher
published 2.0.3 •

Changelog

Source

[v2.0.3] 2021-11-20

Fixed

  • CUMULUS-2745
    • Bug fix/patch release to fix issue where Lambda execution contexts like ECS tasks that did not have an AWS Lambda context object with a getRemainingTimeInMillis method resulted in task failure
cumuluspublisher
published 2.0.2 •

Changelog

Source

[v2.0.2] 2021-11-17

Updated

  • CUMULUS-2745
    • Updates logging to always log CMA stderr on function timeout
cumuluspublisher
published 2.0.1 •

Changelog

Source

[v2.0.1] 2021-09-28

  • Update @cumulus/types package dependency to ^9.6.0
cumuluspublisher
published 2.0.0 •

Changelog

Source

[v2.0.0] 2020-10-19

BREAKING CHANGES

  • CUMULUS-2203
    • Updated CumulusMessageWithPayload exported to CumulusMessageWithAssignedPayload. This change explicitly updates this type to allow for a null payload value, as well as explicitly allows for a replace key for compatibility with @cumulus/types > 3.0.0
cumuluspublisher
published 1.3.2 •

Changelog

Source

[v1.3.2] 2020-10-13

Fixed

  • CUMULUS_2203

  • Fixed issue causing spawned CMA process to left running/in the node event queue, resulting in AWS being unwilling/unable to clean up the instance. This resulted in lambdas with a memory leak/resource issues to not be reclaimed/restarted by AWS.

  • Fixed issue where the CMA child process was not cleaning up/deallocating buffered data when the parent process ends, creating a memory 'leak'. This commit updates the error handling to issue SIGTERM/SIGINT in case of error, allowing the subprocess to exit properly.

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