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 1.6.7 to 1.6.8

16

package.json
{
"name": "jstoxml",
"version": "1.6.7",
"version": "1.6.8",
"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 || echo 'Package up to date'"
"bump": "! npm outdated && npm update && npm audit fix && npm test || echo 'Package up to date'"
},

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

"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-modules-umd": "^7.9.0",
"@babel/preset-env": "^7.9.6",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-transform-modules-umd": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"mocha": "^7.1.2",
"eslint": "^7.4.0",
"mocha": "^8.0.1",
"prettier": "^2.0.5",

@@ -43,0 +43,0 @@ "uglify-es": "^3.3.9"

Sorry, the diff of this file is not supported yet

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