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

@types/sizzle

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sizzle - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

2

sizzle/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for sizzle 2.3

compile(selector: string): Function;
matchSelector(element: Element, selector: string): boolean;
matchesSelector(element: Element, selector: string): boolean;
matches(selector: string, elements: Element[]): Element[];

@@ -21,0 +21,0 @@ }

{
"name": "@types/sizzle",
"version": "2.3.2",
"version": "2.3.3",
"description": "TypeScript definitions for sizzle",

@@ -14,10 +14,12 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sizzle"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "8d6f2e333bcb6c7fa99469e7e62dcef4c794dc432ce09634cae186cbcc333d0e",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "5a1ded78c310b52ad24992cf9fc8105049492a7c2b610dd99eca2030a0462045",
"typeScriptVersion": "3.5"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle.
Additional Details
* Last updated: Sat, 06 Oct 2018 20:51:02 GMT
### Additional Details
* Last updated: Tue, 27 Apr 2021 12:31:24 GMT
* Dependencies: none
* Global values: Sizzle
* Global values: `Sizzle`
# Credits
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>.
These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu).

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