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

2.0.6

Diff

Changelog

Source

2.0.6

  • Fixed kinveyEntity not retaining a passed-in _id
mjsalinger
published 2.0.5 •

Changelog

Source

2.0.5

  • Added NotImplementedHandler for FlexAuth requests that don't have a defined handler
  • Fixed shared secrets hanging the flex service
  • Fixed shared secrets not working locally if shared secret is defined
  • Bumped kinvey-code-task-runner to v2.2.0 to add mapping of tempObjectStore for external flex functions requests
mjsalinger
published 2.0.4 •

Changelog

Source

2.0.4

  • Fixed bug in error response callback for stores (data, user, group)
sjl2024
published 2.0.3 •

Changelog

Source

2.0.3

  • Fixed bug which broke push module functionality in FSR-hosted services
mjsalinger
published 2.0.2 •

Changelog

Source

2.0.2

  • Fixed top-level errors to return JSON, fixing the bug where an invalid shared secret would generate the wrong error
  • Set maxSockets to 100 for both http and https agents
mjsalinger
published 2.0.1 •

Changelog

Source

2.0.1

  • Fix stringification bug on some done() calls.
mjsalinger
published 2.0.1-b.1 •

mjsalinger
published 2.0.0 •

Changelog

Source

2.0.0

  • Add Auth support to flex under flex.auth
  • Change request to context
  • Fix completion handlers to properly handle pre/post step context
  • Added setBody and setQuery to data/function completion hanlder
  • Added useBl option to userStore and dataStore. Set to true to enable business logic execution for a store request. Defaults to false.
  • Added useUserContext option to userStore and dataStore. Set to true to execute the request under user's authentication context. Defaults to false.
  • dataStore and authStore now default to using mastersecret credentials and not executing business logic
  • Circular requests to userStore/dataStore (e.g. saving back to the sae collection in a post hook) now must not execute BL and must be executed under masterSecret credentials.
  • Some internal refactoring
  • DEPRECATED: Passing the entity directly in the complete() method. Will be removed in future version.
  • DEPRECATED: useMasterSecret argument for userStore and dataStore. Stores now default to using master secret. Use useUserContext to use the context of the current user for dataStore or userStore requests.
  • DEPRECATED: skipBl argument for userStore and dataStore. Stores now default to not executing business logic hooks in response to store requests. Use useBl to enable BL execution.
mjsalinger
published 2.0.0-b.10 •

mjsalinger
published 2.0.0-b.9 •

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