Socket
Socket
Sign inDemoInstall

@appirio/metadata-builder

Package Overview
Dependencies
3
Maintainers
7
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.3](https://gitlab.appirio.com/appirio-dx/metadata-builder/compare/v1.1.2...v1.1.3) (2020-08-21)
### Bug Fixes
* Updated dependencies and add method text to comply with later xmlBuilder ([3085bc3](https://gitlab.appirio.com/appirio-dx/metadata-builder/commit/3085bc3))
## [1.1.2](https://gitlab.appirio.com/appirio-dx/metadata-builder/compare/v1.1.1...v1.1.2) (2019-02-13)

@@ -2,0 +9,0 @@

5

index.js

@@ -26,2 +26,5 @@ const Builder = require('xml2js').Builder;

},
text: function(val) {
return val.encodeHTML();
},
},

@@ -41,2 +44,2 @@ },

module.exports = build;
module.exports = build;

4

package.json
{
"name": "@appirio/metadata-builder",
"version": "1.1.2",
"version": "1.1.3",
"description": "Module for writing Salesforce Metadata XML from object",

@@ -23,4 +23,4 @@ "main": "index.js",

"dependencies": {
"xml2js": "^0.4.19"
"xml2js": "^0.4.23"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc