cos-nodejs-sdk-v5
Advanced tools
Comparing version 2.12.0 to 2.12.1
{ | ||
"name": "cos-nodejs-sdk-v5", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "cos nodejs sdk v5", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,7 @@ 'use strict'; | ||
var { XMLParser, XMLBuilder } = require('fast-xml-parser'); | ||
var xmlParser = new XMLParser({ ignoreAttributes: true }); | ||
var xmlParser = new XMLParser({ | ||
ignoreDeclaration: true, // 忽略 XML 声明 | ||
ignoreAttributes: true, // 忽略属性 | ||
parseTagValue: false, // 关闭自动解析 | ||
}); | ||
var xmlBuilder = new XMLBuilder(); | ||
@@ -9,0 +13,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
882443
18908
0