Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@justeat/f-braze-adapter

Package Overview
Dependencies
Maintainers
53
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeat/f-braze-adapter - npm Package Compare versions

Comparing version 4.2.0 to 5.0.0

11

CHANGELOG.md

@@ -7,2 +7,13 @@ # Changelog

v5.0.0
------------------------------
*February 23, 2022*
### Changed
- **Breaking Change** `logWhileInitialising` function and test in line with new log interface. Make sure to use this.$log instead of this.$logger for this version to work.
### Removed
- local logging service.
v4.2.0

@@ -9,0 +20,0 @@ ------------------------------

4

package.json
{
"name": "@justeat/f-braze-adapter",
"description": "Fozzie Metadata Service",
"version": "4.2.0",
"version": "5.0.0",
"main": "dist/f-braze-adapter.umd.js",

@@ -64,3 +64,3 @@ "module": "dist/f-braze-adapter.es.js",

},
"gitHead": "3a3b58d386e592355459d478e2cd250bcc4e7152"
"gitHead": "092b35322628653639f08e460bb394f981511173"
}

@@ -144,13 +144,2 @@ <div align="center">

#### `config.loggerCallbacks`
A dictionary of functions that should accept the parameters:
* `level` String - one of (`logInfo`|`logWarn`|`logError`)
* `message` String - A useful log message
* `payload` Object - Any other relevant info for logging
This will be used to log out any information from the service. In a later version it will also be set up as a log target
for the braze SDK, based on the `enableLogging` configuration value.
## Migration to v2

@@ -157,0 +146,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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