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.1 to 0.4.2

4

xml2js/index.d.ts

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

// Edward Hinkle <https://github.com/edwardhinkle>
// Behind The Math <https://github.com/BehindTheMath>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -12,2 +13,3 @@

import { EventEmitter } from 'events';
import * as processors from './lib/processors';

@@ -81,1 +83,3 @@ export function parseString(xml: convertableToString, callback: (err: any, result: any) => void): void;

}
export { processors };

9

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

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "edwardhinkle"
},
{
"name": "Behind The Math",
"url": "https://github.com/BehindTheMath",
"githubUsername": "BehindTheMath"
}

@@ -38,4 +43,4 @@ ],

},
"typesPublisherContentHash": "671004ecb227e3f74120eac405c72e362a7fc73d16d1422b422d4a02fffaaafb",
"typesPublisherContentHash": "a16d85525f842c627a1aef5637b46981fed5bfef72411801a6f75fe824f73ea2",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 09 Nov 2017 22:41:34 GMT
* Last updated: Tue, 14 Nov 2017 20:58:00 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>.
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>.
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