@types/doubleclick-gpt
Advanced tools
Comparing version 2019041801.0.0 to 2019041801.0.1
@@ -7,2 +7,3 @@ // Type definitions for non-npm package Google Publisher Tag 2019041801.0 | ||
// Vanessa Garcia <https://github.com/vanessa-lyn> | ||
// Krishna Glick <https://github.com/krishnaglick> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -122,2 +123,3 @@ // TypeScript Version: 2.2 | ||
setTargeting(key: string, value: string | string[]): Slot; | ||
setPrivacySettings(settings: { restrictDataProcessing: boolean }): Slot; | ||
} | ||
@@ -124,0 +126,0 @@ |
{ | ||
"name": "@types/doubleclick-gpt", | ||
"version": "2019041801.0.0", | ||
"version": "2019041801.0.1", | ||
"description": "TypeScript definitions for Google Publisher Tag", | ||
@@ -26,6 +26,11 @@ "license": "MIT", | ||
"githubUsername": "vanessa-lyn" | ||
}, | ||
{ | ||
"name": "Krishna Glick", | ||
"url": "https://github.com/krishnaglick", | ||
"githubUsername": "krishnaglick" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -38,4 +43,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "bdfa66c6919e9d3b882d7f8cdcbc5ecde955a87b7a53fa41fd28aa45bc2408fb", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "04a5400fb430ec14ba4d30b8e29128c8b1cd5d80f0b1cf653ec336a92f81b77f", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Google Publisher Tag ( https://developers.google.com/doubleclick-gpt/reference ). | ||
This package contains type definitions for Google Publisher Tag (https://developers.google.com/doubleclick-gpt/reference). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/doubleclick-gpt | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/doubleclick-gpt. | ||
Additional Details | ||
* Last updated: Wed, 15 May 2019 15:58:29 GMT | ||
### Additional Details | ||
* Last updated: Wed, 20 Nov 2019 19:42:37 GMT | ||
* Dependencies: none | ||
* Global values: googletag | ||
* Global values: `googletag` | ||
# Credits | ||
These definitions were written by John Wright <https://github.com/johngeorgewright>, Steven Joyce <https://github.com/steven-joyce>, Joe Flateau <https://github.com/joeflateau>, Vanessa Garcia <https://github.com/vanessa-lyn>. | ||
These definitions were written by John Wright (https://github.com/johngeorgewright), Steven Joyce (https://github.com/steven-joyce), Joe Flateau (https://github.com/joeflateau), Vanessa Garcia (https://github.com/vanessa-lyn), and Krishna Glick (https://github.com/krishnaglick). |
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
11448
185