@types/modernizr
Advanced tools
Comparing version 3.3.0 to 3.5.0
@@ -1,4 +0,8 @@ | ||
// Type definitions for Modernizr 3.3 | ||
// Type definitions for Modernizr 3.5 | ||
// Project: http://modernizr.com/ | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb/>, Leon Yu <https://github.com/leonyu/>, Luca Trazzi <https://github.com/lucax88x/> | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov/> | ||
// Theodore Brown <https://github.com/theodorejb/> | ||
// Leon Yu <https://github.com/leonyu/> | ||
// Luca Trazzi <https://github.com/lucax88x/> | ||
// Nathan Hardy <https://github.com/nhardy> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -123,2 +127,3 @@ | ||
cryptography: boolean; | ||
customelements: boolean; | ||
customprotocolhandler: boolean; | ||
@@ -151,2 +156,3 @@ customevent: boolean; | ||
mathml: boolean; | ||
messagechannel: boolean; | ||
notification: boolean; | ||
@@ -209,2 +215,4 @@ pagevisibility: boolean; | ||
csscolumns: false | CssColumnsBoolean; | ||
cssgrid: boolean; | ||
cssgridlegacy: boolean; | ||
cubicbezierrange: boolean; | ||
@@ -224,3 +232,3 @@ "display-runin": boolean; | ||
cssgradients: boolean; | ||
csshairline: boolean; | ||
hairline: boolean; | ||
hsla: boolean; | ||
@@ -259,2 +267,3 @@ csshyphens: boolean; | ||
csstransforms3d: boolean; | ||
csstransformslevel2: boolean; | ||
preserve3d: boolean; | ||
@@ -278,2 +287,3 @@ csstransitions: boolean; | ||
mutationobserver: boolean; | ||
passiveeventlisteners: boolean; | ||
bdi: boolean; | ||
@@ -302,2 +312,3 @@ datalistelem: boolean; | ||
es6array: boolean; | ||
arrow: boolean; | ||
es6collections: boolean; | ||
@@ -336,2 +347,3 @@ contains: boolean; | ||
webplossless: boolean; | ||
"webp-lossless": boolean; | ||
webp: false | WebpBoolean; | ||
@@ -342,2 +354,4 @@ inputformaction: boolean; | ||
inputformtarget: boolean; | ||
hovermq: boolean; | ||
pointermq: boolean; | ||
beacon: boolean; | ||
@@ -372,3 +386,5 @@ lowbandwidth: boolean; | ||
urlparser: boolean; | ||
urlsearchparams: boolean; | ||
videoautoplay: boolean; | ||
videocrossorigin: boolean; | ||
videoloop: boolean; | ||
@@ -403,3 +419,2 @@ videopreload: boolean; | ||
fileinputdirectory: boolean; | ||
hairline: boolean; | ||
inputsearchevent: boolean; | ||
@@ -406,0 +421,0 @@ raf: boolean; |
{ | ||
"name": "@types/modernizr", | ||
"version": "3.3.0", | ||
"version": "3.5.0", | ||
"description": "TypeScript definitions for Modernizr", | ||
@@ -22,2 +22,6 @@ "license": "MIT", | ||
"url": "https://github.com/lucax88x/" | ||
}, | ||
{ | ||
"name": "Nathan Hardy", | ||
"url": "https://github.com/nhardy" | ||
} | ||
@@ -33,4 +37,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "11305292c6e7cdb1345f83fa67658e183b1c9b203fe409a76e7758bc53e5b3c8", | ||
"typesPublisherContentHash": "ec48f50e84b4b40b518e1f243f96269ff7f7bf3a4ec8b1f120ab6eaad3cc06be", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/modernizr | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/modernizr | ||
Additional Details | ||
* Last updated: Wed, 22 Mar 2017 17:48:32 GMT | ||
* Last updated: Fri, 07 Jul 2017 20:52:56 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: Modernizr | ||
# Credits | ||
These definitions were written by Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb/>, Leon Yu <https://github.com/leonyu/>, Luca Trazzi <https://github.com/lucax88x/>. | ||
These definitions were written by Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb/>, Leon Yu <https://github.com/leonyu/>, Luca Trazzi <https://github.com/lucax88x/>, Nathan Hardy <https://github.com/nhardy>. |
14649
4
423