@types/svg-parser
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -26,5 +26,5 @@ // Type definitions for svg-parser 2.0 | ||
type: 'root'; | ||
children: Node; | ||
children: [Node]; | ||
} | ||
export function parse(source: string): RootNode; |
{ | ||
"name": "@types/svg-parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for svg-parser", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9c347c3d5c7d7a8656fc1b8bf542e62de73194487ae5af0708ddaacc046384e7", | ||
"typesPublisherContentHash": "34b9f1a86477645f56f0ea9163ae6cf736c0b88815ba4fbf0d735b1afed0cfdd", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Sep 2019 18:07:23 GMT | ||
* Last updated: Thu, 03 Oct 2019 21:43:46 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3321