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

@types/modernizr

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/modernizr - npm Package Compare versions

Comparing version 3.2.29 to 3.3.0

95

modernizr/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Modernizr 3.2
// Type definitions for Modernizr 3.3
// Project: http://modernizr.com/

@@ -7,12 +7,12 @@ // 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/>

interface AudioBoolean {
ogg: boolean;
mp3: boolean;
wav: boolean;
m4a: boolean;
ogg: string;
mp3: string;
wav: string;
m4a: string;
}
interface VideoBoolean {
ogg: boolean;
h264: boolean;
webm: boolean;
ogg: string;
h264: string;
webm: string;
}

@@ -49,2 +49,62 @@

interface CssColumnsBoolean extends Boolean {
breakafter: boolean;
breakbefore: boolean;
breakinside: boolean;
fill: boolean;
gap: boolean;
rule: boolean;
rulecolor: boolean;
rulestyle: boolean;
rulewidth: boolean;
span: boolean;
width: boolean;
}
interface FlashBoolean extends Boolean {
blocked: boolean;
}
interface IndexeddbBoolean extends Boolean {
deletedatabase: boolean;
}
interface WebglextensionsBoolean extends Boolean {
ANGLE_instanced_arrays: boolean;
EXT_blend_minmax: boolean;
EXT_disjoint_timer_query: boolean;
EXT_frag_depth: boolean;
EXT_sRGB: boolean;
EXT_shader_texture_lod: boolean;
EXT_texture_filter_anisotropic: boolean;
OES_element_index_uint: boolean;
OES_standard_derivatives: boolean;
OES_texture_float: boolean;
OES_texture_float_linear: boolean;
OES_texture_half_float: boolean;
OES_texture_half_float_linear: boolean;
OES_vertex_array_object: boolean;
WEBGL_compressed_texture_etc1: boolean;
WEBGL_compressed_texture_s3tc: boolean;
WEBGL_debug_renderer_info: boolean;
WEBGL_debug_shaders: boolean;
WEBGL_depth_texture: boolean;
WEBGL_draw_buffers: boolean;
WEBGL_lose_context: boolean;
WEBKIT_EXT_texture_filter_anisotropic: boolean;
WEBKIT_WEBGL_compressed_texture_s3tc: boolean;
WEBKIT_WEBGL_depth_texture: boolean;
WEBKIT_WEBGL_lose_context: boolean;
}
interface WebpBoolean extends Boolean {
alpha: boolean;
animation: boolean;
lossless: boolean;
}
interface DatauriBoolean extends Boolean {
over32kb: boolean;
}
interface FeatureDetects {

@@ -72,3 +132,3 @@ // Documented

exiforientation: boolean;
flash: boolean;
flash: false | FlashBoolean;
forcetouch: boolean;

@@ -83,3 +143,3 @@ fullscreen: boolean;

ie8compat: boolean;
indexeddb: boolean;
indexeddb: false | IndexeddbBoolean;
indexeddbblob: boolean;

@@ -150,3 +210,3 @@ input: InputBoolean;

csschunit: boolean;
csscolumns: boolean;
csscolumns: false | CssColumnsBoolean;
cubicbezierrange: boolean;

@@ -274,4 +334,3 @@ "display-runin": boolean;

webplossless: boolean;
"webp-lossless": boolean;
webp: boolean;
webp: false | WebpBoolean;
inputformaction: boolean;

@@ -308,3 +367,3 @@ inputformenctype: boolean;

bloburls: boolean;
datauri: boolean;
datauri: false | DatauriBoolean;
urlparser: boolean;

@@ -314,3 +373,3 @@ videoautoplay: boolean;

videopreload: boolean;
webglextensions: boolean;
webglextensions: false | WebglextensionsBoolean;
datachannel: boolean;

@@ -355,4 +414,4 @@ getusermedia: boolean;

addTest(feature: string, test: (() => boolean) | boolean): void;
addTest(feature: Dictionary<any>): void;
addTest(feature: string, test: (() => boolean) | boolean): ModernizrStatic;
addTest(feature: Dictionary<any>): ModernizrStatic;

@@ -372,3 +431,3 @@ atRule(prop: string): boolean;

prefixedCSSValue(prop: string, value: string): string;
prefixedCSSValue(prop: string, value: string): boolean;

@@ -375,0 +434,0 @@ _prefixes: string[];

{
"name": "@types/modernizr",
"version": "3.2.29",
"version": "3.3.0",
"description": "TypeScript definitions for Modernizr",
"license": "MIT",
"author": "Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb/>, Leon Yu <https://github.com/leonyu/>, Luca Trazzi <https://github.com/lucax88x/>",
"contributors": [
{
"name": "Boris Yankov",
"url": "https://github.com/borisyankov/"
},
{
"name": "Theodore Brown",
"url": "https://github.com/theodorejb/"
},
{
"name": "Leon Yu",
"url": "https://github.com/leonyu/"
},
{
"name": "Luca Trazzi",
"url": "https://github.com/lucax88x/"
}
],
"main": "",

@@ -15,4 +32,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "3ee4f723f5781544286d56509790927ae18da102cb091351adfbd640d606954f",
"typesPublisherContentHash": "11305292c6e7cdb1345f83fa67658e183b1c9b203fe409a76e7758bc53e5b3c8",
"typeScriptVersion": "2.0"
}

2

modernizr/README.md

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 20 Jan 2017 19:22:01 GMT
* Last updated: Wed, 22 Mar 2017 17:48:32 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Modernizr

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