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

simple-xml-to-json

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-xml-to-json - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

lib/simpleXmlToJson.js

6

package.json

@@ -25,3 +25,3 @@ {

"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"author": "Nir Moav <getnirm@gmail.com>",

@@ -42,2 +42,4 @@ "contributors": [

"scripts": {
"build": "npm run clean && rollup -c",
"clean": "rm -rf ./lib/ && mkdir lib ",
"lint": "eslint ./src ./test",

@@ -47,3 +49,3 @@ "prettify": "prettier --write ./**/*.js",

"test": "jest ",
"make-new-release-lib": "sh ./scripts/make-new-release.sh",
"make-new-release-lib": "npm run validate-lib-health && sh ./scripts/make-new-release.sh",
"validate-lib-health": "npm run prettify && npm run lint && npm test"

@@ -50,0 +52,0 @@ },

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