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

@arkadiuminc/sdk

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arkadiuminc/sdk - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

5

dist/pkg/api/features/ads/display-ad.d.ts
export declare class DisplayAd {
static getInstance(): DisplayAd;
static domain: string;
static getInstance(domain?: string): DisplayAd;
protected _scriptLoaded: Promise<void>;
private ads;
constructor();
constructor(domain: string);
removeAllAds(): void;
show(containerId: string, dimensions: number[][]): void;
}

6

dist/pkg/api/features/ads/index.d.ts

@@ -16,3 +16,3 @@ import { RpcProvider } from '../../core/rpc';

}>;
showBannerAd(adId: string, dimensions: AdTypes[]): any;
showBannerAd?(adId: string, dimensions: AdTypes[]): any;
}

@@ -36,3 +36,6 @@ export declare enum AdTypes {

private preroll;
private banner;
constructor(rpcProvider: RpcProvider, auth: Auth);
setVideoAdsDomain(domain: string): void;
setDisplayAdsDomain(domain: string): void;
showPrerollAd({ duration }: {

@@ -49,3 +52,2 @@ duration?: number;

}>;
showBannerAd(): void;
}

@@ -52,0 +54,0 @@ export declare class GameAdsProxy implements GameAdsContract {

import { ApiEnv } from "../backend/backend.api";
export declare class VideoAd {
static getInstance(): VideoAd;
static domain: string;
static getInstance(domain?: string): VideoAd;
protected _scriptLoaded: Promise<void>;
protected timer: any;
constructor();
constructor(domain: string);
preroll({ duration, env }: {

@@ -8,0 +9,0 @@ duration?: number | undefined;

{
"name": "@arkadiuminc/sdk",
"version": "2.10.0",
"version": "2.11.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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