Socket
Socket
Sign inDemoInstall

kinvey-flex-sdk

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-flex-sdk - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

3

CHANGELOG.md
## Changelog
### 3.1.1
* FLEX-293 Removed SIGKILL handler to prevent crash
### 3.1.0

@@ -4,0 +7,0 @@ * FLEX-270 Added graceful shutdown

3

lib/flex.js

@@ -78,3 +78,3 @@ /**

terminated = true;
console.log('Signal received, initiating graceful shutdown. Press ctrl-c or send SIGTERM/SIGKILL/SIGINT to force-quit immediately.');
console.log('Signal received, initiating graceful shutdown. Press ctrl-c or send SIGTERM/SIGINT to force-quit immediately.');
gracefulShutdownTimeout = setTimeout(terminate, 50000);

@@ -136,3 +136,2 @@ receiver.stop((err) => terminate(err));

process.on('SIGTERM', shutdown);
process.on('SIGKILL', shutdown);
process.on('SIGINT', shutdown);

@@ -139,0 +138,0 @@ }

{
"name": "kinvey-flex-sdk",
"version": "3.1.0",
"version": "3.1.1",
"description": "SDK for creating Kinvey Flex Services",

@@ -5,0 +5,0 @@ "engines": {

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