Socket
Socket
Sign inDemoInstall

@types/xml2js

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/xml2js - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

5

xml2js/index.d.ts

@@ -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

xml2js/lib/processors.d.ts

@@ -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

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