@types/svg-parser
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -1,8 +0,1 @@ | ||
// Type definitions for svg-parser 2.0 | ||
// Project: https://github.com/Rich-Harris/svg-parser | ||
// Definitions by: mrmlnc <https://github.com/mrmlnc> | ||
// Joel Shinness <https://github.com/JoelCodes> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export interface TextNode { | ||
@@ -9,0 +2,0 @@ type: "text"; |
{ | ||
"name": "@types/svg-parser", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for svg-parser", | ||
@@ -10,14 +10,14 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svg-parser", | ||
"name": "mrmlnc", | ||
"url": "https://github.com/mrmlnc", | ||
"githubUsername": "mrmlnc" | ||
"githubUsername": "mrmlnc", | ||
"url": "https://github.com/mrmlnc" | ||
}, | ||
{ | ||
"name": "Joel Shinness", | ||
"url": "https://github.com/JoelCodes", | ||
"githubUsername": "JoelCodes" | ||
"githubUsername": "JoelCodes", | ||
"url": "https://github.com/JoelCodes" | ||
}, | ||
{ | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
"githubUsername": "peterblazejewicz", | ||
"url": "https://github.com/peterblazejewicz" | ||
} | ||
@@ -34,4 +34,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c3f6a7be728d82e724769bac8b9e2a3189fcadcf87de458260cedeaf817ede14", | ||
"typesPublisherContentHash": "4cc9dd15c2f0bcf3ad1198f849372ea8d6bf6b45871a07c8ef464fef556a75ea", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,9 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for svg-parser 2.0 | ||
// Project: https://github.com/Rich-Harris/svg-parser | ||
// Definitions by: mrmlnc <https://github.com/mrmlnc> | ||
// Joel Shinness <https://github.com/JoelCodes> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export interface TextNode { | ||
@@ -47,7 +40,6 @@ type: "text"; | ||
### Additional Details | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: none | ||
* Global values: `svgParser` | ||
# Credits | ||
These definitions were written by [mrmlnc](https://github.com/mrmlnc), [Joel Shinness](https://github.com/JoelCodes), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
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
4060
19
44