@adv-ui/ij-braze-wrapper
Advanced tools
Comparing version 1.1.0 to 1.2.0
# 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 @@ |
@@ -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 @@ |
{ | ||
"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 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
9406
171
0
1