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.0 to 0.4.1

8

xml2js/index.d.ts

@@ -34,4 +34,4 @@ // Type definitions for node-xml2js 0.4

attrkey?: string;
attrNameProcessors?: [(name: string) => any];
attrValueProcessors?: [(name: string) => any];
attrNameProcessors?: Array<(name: string) => any>;
attrValueProcessors?: Array<(name: string) => any>;
charkey?: string;

@@ -51,6 +51,6 @@ charsAsChildren?: boolean;

strict?: boolean;
tagNameProcessors?: [(name: string) => any];
tagNameProcessors?: Array<(name: string) => any>;
trim?: boolean;
validator?: Function;
valueProcessors?: [(name: string) => any];
valueProcessors?: Array<(name: string) => any>;
xmlns?: boolean;

@@ -57,0 +57,0 @@ }

@@ -0,0 +0,0 @@ export function firstCharLowerCase(name: string): string;

{
"name": "@types/xml2js",
"version": "0.4.0",
"version": "0.4.1",
"description": "TypeScript definitions for node-xml2js",

@@ -9,15 +9,19 @@ "license": "MIT",

"name": "Michel Salib",
"url": "https://github.com/michelsalib"
"url": "https://github.com/michelsalib",
"githubUsername": "michelsalib"
},
{
"name": "Jason McNeil",
"url": "https://github.com/jasonrm"
"url": "https://github.com/jasonrm",
"githubUsername": "jasonrm"
},
{
"name": "Christopher Currens",
"url": "https://github.com/ccurrens"
"url": "https://github.com/ccurrens",
"githubUsername": "ccurrens"
},
{
"name": "Edward Hinkle",
"url": "https://github.com/edwardhinkle"
"url": "https://github.com/edwardhinkle",
"githubUsername": "edwardhinkle"
}

@@ -34,5 +38,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "e03aa8386aeb137adae12dd97f741a0020b794e849f45eb9253c9947abe56959",
"typesPublisherContentHash": "671004ecb227e3f74120eac405c72e362a7fc73d16d1422b422d4a02fffaaafb",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 23 Jun 2017 17:39:13 GMT
* Last updated: Thu, 09 Nov 2017 22:41:34 GMT
* Dependencies: events, node

@@ -14,0 +14,0 @@ * Global values: none

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