Socket
Socket
Sign inDemoInstall

@types/xml2js

Package Overview
Dependencies
2
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.3 to 0.4.4

5

xml2js/index.d.ts

@@ -9,2 +9,3 @@ // Type definitions for node-xml2js 0.4

// Claas Ahlrichs <https://github.com/claasahl>
// Grzegorz Redlicki <https://github.com/redlickigrzegorz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -16,4 +17,4 @@

export function parseString(xml: convertableToString, callback: (err: any, result: any) => void): void;
export function parseString(xml: convertableToString, options: OptionsV2, callback: (err: any, result: any) => void): void;
export function parseString(xml: convertableToString, callback: (err: Error, result: any) => void): void;
export function parseString(xml: convertableToString, options: OptionsV2, callback: (err: Error, result: any) => void): void;

@@ -20,0 +21,0 @@ export const defaults: {

14

xml2js/package.json
{
"name": "@types/xml2js",
"version": "0.4.3",
"version": "0.4.4",
"description": "TypeScript definitions for node-xml2js",

@@ -36,16 +36,22 @@ "license": "MIT",

"githubUsername": "claasahl"
},
{
"name": "Grzegorz Redlicki",
"url": "https://github.com/redlickigrzegorz",
"githubUsername": "redlickigrzegorz"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/xml2js"
},
"scripts": {},
"dependencies": {
"@types/events": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "29fdabd381dc177a156ec5fef74ec34b47008b7cac64d9121cc825941c60b31a",
"typesPublisherContentHash": "c46d82504c60008c82f9f1e33a25f3e22de4d094f421555055267243dd22baff",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for node-xml2js (https://github.com/Leonidas-from-XIV/node-xml2js).
This package contains type definitions for node-xml2js ( https://github.com/Leonidas-from-XIV/node-xml2js ).

@@ -12,7 +12,7 @@ # Details

Additional Details
* Last updated: Thu, 07 Jun 2018 19:55:42 GMT
* Dependencies: events, node
* Last updated: Tue, 02 Apr 2019 23:07:59 GMT
* Dependencies: @types/node
* 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>, Claas Ahlrichs <https://github.com/claasahl>.
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>, Grzegorz Redlicki <https://github.com/redlickigrzegorz>.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc