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

xml-utils

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-utils - npm Package Compare versions

Comparing version 1.7.1-0 to 1.7.2-0

11

package.json
{
"name": "xml-utils",
"version": "1.7.1-0",
"version": "1.7.2-0",
"description": "Parse XML without Blowing Up Your Bundle Size",

@@ -21,14 +21,21 @@ "main": "index.js",

"./find-tag-by-name.js": "./find-tag-by-name.js",
"./find-tag-by-name.mjs": "./find-tag-by-name.mjs",
"./find-tag-by-path": "./find-tag-by-path.js",
"./find-tag-by-path.js": "./find-tag-by-path.js",
"./find-tag-by-path.mjs": "./find-tag-by-path.mjs",
"./find-tags-by-name": "./find-tags-by-name.js",
"./find-tags-by-name.js": "./find-tags-by-name.js",
"./find-tags-by-name.mjs": "./find-tags-by-name.mjs",
"./find-tags-by-path": "./find-tags-by-path.js",
"./find-tags-by-path.js": "./find-tags-by-path.js",
"./find-tags-by-path.mjs": "./find-tags-by-path.mjs",
"./get-attribute": "./get-attribute.js",
"./get-attribute.js": "./get-attribute.js",
"./get-attribute.mjs": "./get-attribute.mjs",
"./remove-comments": "./remove-comments.js",
"./remove-comments.js": "./remove-comments.js",
"./remove-comments.mjs": "./remove-comments.mjs",
"./remove-tags-by-name": "./remove-tags-by-name",
"./remove-tags-by-name.js": "./remove-tags-by-name.js"
"./remove-tags-by-name.js": "./remove-tags-by-name.js",
"./remove-tags-by-name.mjs": "./remove-tags-by-name.mjs"
},

@@ -35,0 +42,0 @@ "files": [

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