@schibsted/niche-ads
Advanced tools
Comparing version 5.1.4 to 5.1.5
@@ -84,2 +84,6 @@ export declare enum Device { | ||
enableSafeFrame: boolean; | ||
renderingManagement?: { | ||
sandboxAdIframe: boolean; | ||
sandboxAttributes: string[]; | ||
}; | ||
}; | ||
@@ -86,0 +90,0 @@ keywords: { |
{ | ||
"name": "@schibsted/niche-ads", | ||
"version": "5.1.4", | ||
"version": "5.1.5", | ||
"description": "Package containing ads logic reappearing across our projects", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "dce5f119deb3ca94a6b48a1800c22d7566e12490" | ||
"gitHead": "e4adf95152f7a254f3f531931e19814978b7e4cb" | ||
} |
@@ -92,2 +92,6 @@ export enum Device { | ||
enableSafeFrame: boolean; | ||
renderingManagement?: { | ||
sandboxAdIframe: boolean; | ||
sandboxAttributes: string[]; | ||
}; | ||
}; | ||
@@ -94,0 +98,0 @@ keywords: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61973
1284