New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.3 to 3.5.4

9

modernizr/index.d.ts

@@ -445,6 +445,11 @@ // Type definitions for Modernizr 3.5

testStyles(rule: string, callback: (elem: HTMLDivElement, rule: string) => void, nodes?: number, testnames?: string[]): boolean;
testStyles(
rule: string,
callback: (elem: HTMLDivElement, rule: string) => void,
nodes?: number,
testnames?: string[],
): boolean;
}
interface ModernizrStatic extends ModernizrAPI, FeatureDetects { }
interface ModernizrStatic extends ModernizrAPI, FeatureDetects {}

@@ -451,0 +456,0 @@ declare var Modernizr: ModernizrStatic;

{
"name": "@types/modernizr",
"version": "3.5.3",
"version": "3.5.4",
"description": "TypeScript definitions for Modernizr",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/modernizr",
"license": "MIT",

@@ -34,11 +35,12 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/modernizr"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "9ba5c8df6de58c42f781e2170c85e10f63f37141c6f4b6968bd79b9b285c7234",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "bfe8c004f1355caffa71f35b54db1755c3f297c9129885228f3add1883374fc9",
"typeScriptVersion": "4.5"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for Modernizr ( http://modernizr.com/ ).
This package contains type definitions for Modernizr (http://modernizr.com/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/modernizr
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/modernizr.
Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:34 GMT
### Additional Details
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT
* Dependencies: none
* Global values: Modernizr
* 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>, Nathan Hardy <https://github.com/nhardy>.
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), and [Nathan Hardy](https://github.com/nhardy).

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