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 Versions

1
6

3.1.2-alpha.1

Diff

mjsalinger
published 3.1.1 •

Changelog

Source

3.1.1

  • FLEX-293 Removed SIGKILL handler to prevent crash
mjsalinger
published 3.1.0 •

Changelog

Source

3.1.0

  • FLEX-270 Added graceful shutdown
    • Now on ctrl-c, SIGTERM, SIGINT, or SIGKILL, the sdk will attempt to wait for in-process tasks to finish.
  • Will time out and force-quit if all tasks aren't complete in 50 seconds
  • Pressing ctrl-c, or sending SIGINT/SIGTERM/SIGKILL a second time will terminate the process immediately.
  • FLEX-291 Remove lodash as a dependency
  • FLEX-290 Changed destination property in body for sendPush to recipients
  • Removed CoffeeScript as a dependency
  • Updated code-task-receiver to 2.3.1
  • Updated kinvey-datalink-errors to 0.3.2
mjsalinger
published 3.0.0 •

Changelog

Source

3.0.0

  • See README for migration guide
  • BREAKING CHANGE: email and push modules now require a callback or promise handlers. They can no longer be executed as "fire and forget".
  • FLEX-206 Added Promise support to Asynchronous flex-sdk modules
    • dataStore
    • userStore
    • groupStore
    • push
    • email
  • FLEX-176 Add RoleStore
  • FLEX-240 Add endpointRunner to support executing of custom endpoints
  • FLEX-246 Use new KCS endpoints for push/email
  • FLEX-248 Removed deprecated skipBl and useMasterSecret options for all stores
  • FLEX-247 Change baasUrl property to retrieve it from top-level task object
  • Updated dependencies with nsp warnings
  • Removed lodash isNil package
mjsalinger
published 3.0.0-beta.2 •

mjsalinger
published 3.0.0-beta.1 •

mjsalinger
published 2.1.0 •

Changelog

Source

2.1.0

  • Added role helper to kinveyEntity module (ronheiney)
  • FLEX-212 Disable proxy for push and email modules
  • FLEX-68 Disable proxy when using dataStore
  • FLEX-204 Fixed errors for null or empty entityIds for dataStore, groupStore, and userStore
  • Updated request module to 2.85.0
  • Updated code-task-receiver to 2.2.3 to add response object parsing for FlexFunctions (FLEX-220)
mjsalinger
published 2.0.9 •

Changelog

Source

2.0.9

  • FLEX-173 Fix for content.objectName undefined if request.collectionName passed
  • Update code-task-receiver to 2.2.2
mjsalinger
published 2.0.8 •

Changelog

Source

2.0.8

  • FLEX-172 Add the sdk version to the task object before validation for authKey. Add check for it in unit test. Small fix for unit test for count() missing a query.
  • FLEX-171 When validation functions in service modules call their callbacks with a task as a first argument, don't pass this task as an error argument to receiver.
  • Bumped code task runner to 2.2.1
mjsalinger
published 2.0.7 •

Changelog

Source

2.0.7

  • FLEX-154: Add support for filtering with values like null, 0, and ""
  • Added query tests and fixed a few query bugs
  • Updated moment to 2.21.0
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