@types/cheerio
Advanced tools
Comparing version 0.22.25 to 0.22.26
@@ -12,2 +12,3 @@ // Type definitions for Cheerio v0.22.0 | ||
// Hiroki Osame <https://github.com/privatenumber> | ||
// Artishevskiy Alexey <https://github.com/dhvcc> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -35,2 +36,4 @@ | ||
attribs: { [attr: string]: string }; | ||
'x-attribsNamespace': { [attr: string]: string }; | ||
'x-prefixNamespace': { [attr: string]: string }; | ||
children: Element[]; | ||
@@ -37,0 +40,0 @@ childNodes: Element[] | null; |
{ | ||
"name": "@types/cheerio", | ||
"version": "0.22.25", | ||
"version": "0.22.26", | ||
"description": "TypeScript definitions for Cheerio", | ||
@@ -50,2 +50,7 @@ "license": "MIT", | ||
"githubUsername": "privatenumber" | ||
}, | ||
{ | ||
"name": "Artishevskiy Alexey", | ||
"url": "https://github.com/dhvcc", | ||
"githubUsername": "dhvcc" | ||
} | ||
@@ -64,4 +69,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "0301163a9edf5094175339febe737311f963b46e1e208b6048a6de9bd1240cb7", | ||
"typesPublisherContentHash": "f8d6b168823e61e00c5ff28bc02dbe783141ff152f6c32451e9ec9f2a48295b7", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 08 Mar 2021 18:40:32 GMT | ||
* Last updated: Wed, 10 Mar 2021 14:59:33 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Bret Little](https://github.com/blittle), [VILIC VANE](http://vilic.info), [Wayne Maurer](https://github.com/wmaurer), [Umar Nizamani](https://github.com/umarniz), [LiJinyao](https://github.com/LiJinyao), [Chennakrishna](https://github.com/chennakrishna8), [AzSiAz](https://github.com/AzSiAz), [Ryo Ota](https://github.com/nwtgck), and [Hiroki Osame](https://github.com/privatenumber). | ||
These definitions were written by [Bret Little](https://github.com/blittle), [VILIC VANE](http://vilic.info), [Wayne Maurer](https://github.com/wmaurer), [Umar Nizamani](https://github.com/umarniz), [LiJinyao](https://github.com/LiJinyao), [Chennakrishna](https://github.com/chennakrishna8), [AzSiAz](https://github.com/AzSiAz), [Ryo Ota](https://github.com/nwtgck), [Hiroki Osame](https://github.com/privatenumber), and [Artishevskiy Alexey](https://github.com/dhvcc). |
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
15292
256