Socket
Socket
Sign inDemoInstall

jstoxml

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstoxml - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

14

package.json
{
"name": "jstoxml",
"version": "2.0.3",
"version": "2.0.4",
"description": "Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)",

@@ -28,3 +28,3 @@ "homepage": "http://github.com/davidcalhoun/jstoxml",

"npm-publish": "npm publish && git push && git push --tags",
"bump": "! npm outdated && npm update && npm audit fix && npm test || echo 'Package up to date'"
"bump": "npm outdated && npm update && npm audit fix && npm test || echo 'Package up to date'"
},

@@ -34,8 +34,8 @@ "unpkg": "dist/jstoxml-min.js",

"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-umd": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-transform-modules-umd": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint": "^7.19.0",
"mocha": "^8.2.1",

@@ -42,0 +42,0 @@ "prettier": "^2.2.1",

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