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

@castleio/castle-js

Package Overview
Dependencies
Maintainers
7
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@castleio/castle-js - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

dist/c.css

11

dist/castle.d.ts

@@ -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

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