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

@adjustcom/adjust-web-sdk

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adjustcom/adjust-web-sdk - npm Package Compare versions

Comparing version 5.7.0 to 5.7.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### Version 5.7.1 (20th September 2024)
#### Fixed
- Type definitions for ThirdPartySharing.
---
### Version 5.7.0 (16th August 2024)

@@ -2,0 +8,0 @@ #### Added

14

dist/adjust-latest.d.ts

@@ -125,4 +125,14 @@ // Type definitions for Adjust Web SDK

class ThirdPartySharing implements ThirdPartySharingOptions {
public addGranularOption(partnerName: string, key: string, value: string)
public addPartnerSharingSetting(partnerName: string, key: string, value: boolean)
private _isEnabled;
private _granularOptions;
private _partnerSharingSettings;
constructor(isEnabled: boolean);
get isEnabled(): boolean;
get granularOptions(): Record<string, Record<string, string>>;
get partnerSharingSettings(): Record<string, Record<string, boolean>>;
addGranularOption(partnerName: string, key: string, value: string): void;
addPartnerSharingSetting(partnerName: string, key: string, value: boolean): void;
}

@@ -129,0 +139,0 @@

2

package.json
{
"name": "@adjustcom/adjust-web-sdk",
"version": "5.7.0",
"version": "5.7.1",
"description": "This is the guide to the Javascript SDK of Adjust™ for web sites or web apps. You can read more about Adjust™ at [adjust.com].",

@@ -5,0 +5,0 @@ "scripts": {

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