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

@financial-times/ads-permutive

Package Overview
Dependencies
Maintainers
11
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/ads-permutive - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1-beta.1

2

package.json

@@ -19,3 +19,3 @@ {

},
"version": "5.1.0"
"version": "5.1.1-beta.1"
}

@@ -1,1 +0,16 @@

export {};
export declare function setup(configOptions: Object): void;
interface IPageViewOptions {
mappingFunc: ?Function;
}
export declare function trackPageView(pageViewData: Object, options: IPageViewOptions): void;
export declare function trackEvent(eventName: string, trackingInfo: Object): void;
export declare function identifyUser(user: { uuid: string }): void;
export declare function setTargeting(): void;
export declare function getViewId(): Promise<unknown>;
export declare function getPermutiveId(): ?string;
export declare function getSegments(): any;
export declare function fromAdsApiV1ToPageView(props?: Object): PageView;
export declare function fromAdsApiV2ToPageView(props?: Object): PageView;
export declare function fromAdsDataToPageView(props?: Object): PageView;
export declare function loadPermutiveScript(): Promise<unknown>;
export declare function isInitialised(): boolean;
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