@castleio/castle-js
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -17,9 +17,3 @@ interface StorageOptions { | ||
storageNamespace?: string; | ||
/** | ||
* @deprecated It will be removed in a future release. | ||
*/ | ||
cookieDomain?: string; | ||
/** | ||
* @deprecated It will be removed in a future release. | ||
*/ | ||
avoidCookies?: boolean; | ||
@@ -34,2 +28,5 @@ pk?: string; | ||
eFn?: (e: any) => void; | ||
wUrl?: string; | ||
dCss?: boolean; | ||
eCss?: boolean; | ||
} | ||
@@ -102,2 +99,2 @@ | ||
export { ConfigureOptions, CustomParams, FormParams, PageParams, Thenable, UserParams, configure, createRequestToken, custom, form, formEventOnSubmit, getVersion, injectTokenOnSubmit, page }; | ||
export { type ConfigureOptions, type CustomParams, type FormParams, type PageParams, type Thenable, type UserParams, configure, createRequestToken, custom, form, formEventOnSubmit, getVersion, injectTokenOnSubmit, page }; |
{ | ||
"name": "@castleio/castle-js", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Castle Fingerprinting Script", | ||
@@ -5,0 +5,0 @@ "main": "dist/castle.js", |
@@ -271,2 +271,3 @@ # Castle Fingerprinting Script | ||
* 2.4.2 - force https for the monitor requests, bug fixes, utf enhancements | ||
* 2.4.1 – internal enhancement | ||
@@ -281,3 +282,3 @@ * 2.4.0 – larger set of enhancements and internal features | ||
* 2.3.0 – new configuration option `throttling`, enabled by default, and set to 500ms, is used when multiple custom events are being sent within short time intervals. | ||
* 2.2.0 – new configuration option `storage`, deprecated `cookieDomain`, `storageNamespace` and `avoidCookies`, and stability improvements. | ||
* 2.2.0 – new configuration option `storage`, deprecated `storageNamespace`, and stability improvements. | ||
* 2.1.15 – new configuration option `storageNamespace`, for specifing localStorage and cookie storage namespace, stability improvements | ||
@@ -284,0 +285,0 @@ * 2.1.14 – stability improvements |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
172919
7
736
324