@aplazame/browser
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -13,3 +13,3 @@ | ||
constructor ({ url = null, searchParams = null, requestTimeout = null, allowFilter = null, messageData = null } = {}) { | ||
constructor ({ url = null, searchParams = null, requestTimeout = null, allowFilter = null, sendData = null } = {}) { | ||
super({ Event: AplazameEvent }) | ||
@@ -24,3 +24,3 @@ | ||
if (allowFilter) this.#allowFilter = allowFilter | ||
if (messageData) this.#messageData = messageData | ||
if (sendData) this.#sendData = sendData | ||
if (requestTimeout) this.#requestTimeout = requestTimeout | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "@aplazame/browser", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Aplazame SDK for browser", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
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
6126