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.1.2 to 1.1.3

dist.sh

13

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

@@ -21,6 +21,7 @@ "homepage": "http://github.com/davidcalhoun/jstoxml",

"scripts": {
"postinstall": "./install.sh",
"test": "./install.sh && ./node_modules/mocha/bin/mocha test.js"
"dist": "./dist.sh",
"test": "./node_modules/mocha/bin/mocha test.js"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",

@@ -30,7 +31,5 @@ "babel-plugin-add-module-exports": "^0.2.1",

"babel-preset-es2015": "^6.24.1",
"mocha": "^3.5.3",
"uglify-es": "^3.1.3"
},
"devDependencies": {
"mocha": "^3.5.3"
}
}
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