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

@adv-ui/ij-braze-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adv-ui/ij-braze-wrapper - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

9

CHANGELOG.md
# CHANGELOG
# 1.2.0 (2022-02-01)
### Bug Fixes
* **braze-wrapper:** set correctly braze sdk ([83caf48](https://github.mpi-internal.com/scmspain/frontend-jobs--common/commit/83caf48bf0d9ba54d838caa0fe3727e9a1c468a0))
# 1.1.0 (2022-01-20)

@@ -4,0 +13,0 @@

2

lib/Braze.js

@@ -117,2 +117,3 @@ import _classPrivateFieldLooseBase from "@babel/runtime/helpers/esm/classPrivateFieldLooseBase";

function _sdkExists2() {
_classPrivateFieldLooseBase(this, _sdk)[_sdk] = window.appboy;
var exists = typeof _classPrivateFieldLooseBase(this, _sdk)[_sdk] !== 'undefined';

@@ -128,2 +129,3 @@

function _analyticsExists2() {
_classPrivateFieldLooseBase(this, _analytics)[_analytics] = window.analytics;
var exists = typeof _classPrivateFieldLooseBase(this, _analytics)[_analytics] !== 'undefined';

@@ -130,0 +132,0 @@

2

package.json
{
"name": "@adv-ui/ij-braze-wrapper",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -26,4 +26,2 @@ import {expect} from 'chai'

// this.analytics = analytics
mockSdk = {

@@ -43,2 +41,4 @@ logCustomEvent,

window.appboy = mockSdk
window.analytics = mockAnalytics
braze = new Braze({sdk: mockSdk, analytics: mockAnalytics})

@@ -45,0 +45,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