@types/xml2js
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -8,2 +8,3 @@ // Type definitions for node-xml2js 0.4 | ||
// Behind The Math <https://github.com/BehindTheMath> | ||
// Claas Ahlrichs <https://github.com/claasahl> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -38,3 +39,3 @@ | ||
attrNameProcessors?: Array<(name: string) => any>; | ||
attrValueProcessors?: Array<(name: string) => any>; | ||
attrValueProcessors?: Array<(value: string, name: string) => any>; | ||
charkey?: string; | ||
@@ -57,3 +58,3 @@ charsAsChildren?: boolean; | ||
validator?: Function; | ||
valueProcessors?: Array<(name: string) => any>; | ||
valueProcessors?: Array<(value: string, name: string) => any>; | ||
xmlns?: boolean; | ||
@@ -60,0 +61,0 @@ } |
@@ -0,0 +0,0 @@ export function firstCharLowerCase(name: string): string; |
{ | ||
"name": "@types/xml2js", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "TypeScript definitions for node-xml2js", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "BehindTheMath" | ||
}, | ||
{ | ||
"name": "Claas Ahlrichs", | ||
"url": "https://github.com/claasahl", | ||
"githubUsername": "claasahl" | ||
} | ||
@@ -37,10 +42,11 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "a16d85525f842c627a1aef5637b46981fed5bfef72411801a6f75fe824f73ea2", | ||
"typesPublisherContentHash": "29fdabd381dc177a156ec5fef74ec34b47008b7cac64d9121cc825941c60b31a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xml2js | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xml2js | ||
Additional Details | ||
* Last updated: Tue, 14 Nov 2017 20:58:00 GMT | ||
* Last updated: Thu, 07 Jun 2018 19:55:42 GMT | ||
* Dependencies: events, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Michel Salib <https://github.com/michelsalib>, Jason McNeil <https://github.com/jasonrm>, Christopher Currens <https://github.com/ccurrens>, Edward Hinkle <https://github.com/edwardhinkle>, Behind The Math <https://github.com/BehindTheMath>. | ||
These definitions were written by Michel Salib <https://github.com/michelsalib>, Jason McNeil <https://github.com/jasonrm>, Christopher Currens <https://github.com/ccurrens>, Edward Hinkle <https://github.com/edwardhinkle>, Behind The Math <https://github.com/BehindTheMath>, Claas Ahlrichs <https://github.com/claasahl>. |
Sorry, the diff of this file is not supported yet
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
6156
79
2
+ Added@types/events@*
+ Added@types/events@3.0.3(transitive)