New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sberdevices/ad-sdk-types

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sberdevices/ad-sdk-types - npm Package Compare versions

Comparing version 1.0.3-canary.19790.31cb78b6c9a24ed129ba430abc0589d1eb67869e.0 to 1.0.3-canary.19790.40669ebdf62f99629afb35d9df0b7a2c6f20c609.0

lib/index.test.d.ts

12

lib/index.d.ts

@@ -21,2 +21,3 @@ export declare enum DeviceType {

test?: boolean;
cooldownTime?: number;
onSuccess?(): void;

@@ -50,5 +51,11 @@ onError?(err: Error): void;

onAdReady?(): void;
onEvent?(eventName: InlineVideoEventName): void;
}
export declare function runVideoAdInline(params: RunVideoAdInlineParams): void;
export declare function runVideoAd(params: RunVideoAdInlineParams): void;
export interface RunBannerEvents {
onSuccess?(): void;
onError?(err: Error): void;
onEmptyResponse?(): void;
onAdReady?(): void;
}
export declare function runBanner(events: RunBannerEvents): void;
export interface CreateInlineBannerParams {

@@ -60,5 +67,4 @@ container: HTMLElement;

onEmptyResponse?(): void;
onClick?(): void;
}
export declare function createInlineBanner(params: CreateInlineBannerParams): void;
//# sourceMappingURL=index.d.ts.map
{
"name": "@sberdevices/ad-sdk-types",
"version": "1.0.3-canary.19790.31cb78b6c9a24ed129ba430abc0589d1eb67869e.0",
"version": "1.0.3-canary.19790.40669ebdf62f99629afb35d9df0b7a2c6f20c609.0",
"description": "SberDevices Ad SDK types",
"main": "src/index.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"build:storybook": "tsc"
},

@@ -24,3 +26,6 @@ "author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>",

"typescript": "4.7.3"
},
"publishConfig": {
"access": "public"
}
}

Sorry, the diff of this file is not supported yet

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