New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

package-xml

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package-xml - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

js/parsers.js

@@ -52,3 +52,3 @@ const xml = require('libxmljs')

function isCustomObjectFilter(file) {
return file.path.match(/__c.object$/)
return file.path.match(/__c.object$/) || file.path.match(/__mdt.object$/)
}

@@ -55,0 +55,0 @@ function customElementFilter(element, metadata) {

{
"name": "package-xml",
"version": "1.0.6",
"version": "1.0.7",
"description": "Build a Salesforce Package.xml file from a src directory",

@@ -5,0 +5,0 @@ "main": "index.js",

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