Socket
Socket
Sign inDemoInstall

@types/xml2js

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.31 to 0.0.32

xml2js/processors.d.ts

11

xml2js/index.d.ts

@@ -6,4 +6,4 @@ // Type definitions for node-xml2js

/// <reference path="./processors.d.ts" />
export = xml2js;

@@ -34,4 +34,4 @@

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

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

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

@@ -82,2 +82,1 @@ }

}
{
"name": "@types/xml2js",
"version": "0.0.31",
"version": "0.0.32",
"description": "TypeScript definitions for node-xml2js",

@@ -15,3 +15,3 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "45d7701fb1f49eb805fa1bd70a30f32fbdda659393232e8a117b250559187187"
"typesPublisherContentHash": "51d51503f480ebb05bd2a33092fcce5a12de5602fbb1d15f01fb565c9a1098bc"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Tue, 29 Nov 2016 23:58:54 GMT
* File structure: ProperModule
* Last updated: Wed, 30 Nov 2016 19:08:34 GMT
* File structure: ModuleAugmentation
* Library Dependencies: none

@@ -15,0 +15,0 @@ * Module Dependencies: none

@@ -12,3 +12,3 @@ {

"sourceBranch": "types-2.0",
"kind": "ProperModule",
"kind": "ModuleAugmentation",
"globals": [

@@ -18,9 +18,10 @@ "xml2js"

"declaredModules": [
"xml2js"
"xml2js/lib/processors"
],
"files": [
"index.d.ts"
"index.d.ts",
"processors.d.ts"
],
"hasPackageJson": false,
"contentHash": "45d7701fb1f49eb805fa1bd70a30f32fbdda659393232e8a117b250559187187"
"contentHash": "51d51503f480ebb05bd2a33092fcce5a12de5602fbb1d15f01fb565c9a1098bc"
}
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