Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xml-parser-xo

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-parser-xo - npm Package Compare versions

Comparing version 3.2.0 to 4.0.0

dist/esnext/index.d.ts

25

package.json
{
"name": "xml-parser-xo",
"version": "3.2.0",
"version": "4.0.0",
"repository": "github:chrisbottin/xml-parser",

@@ -12,9 +12,14 @@ "bugs": {

"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "mocha",
"prepublishOnly": "eslint . && npm test"
"lint": "eslint . --ext=js,ts",
"clean": "rm -rf ./dist",
"compile": "npm run clean && npm run lint && npm run compile:commonjs && npm run compile:esnext",
"compile:commonjs": "tsc --module commonjs --outDir ./dist --noEmit false",
"compile:esnext": "tsc --module esnext --outDir ./dist/esnext --noEmit false",
"test": "mocha --require=ts-node/register --extension=js,ts --spec=test",
"prepublishOnly": "npm run test && npm run compile"
},
"engines": {
"node": ">= 10"
"node": ">= 14"
},

@@ -30,8 +35,14 @@ "keywords": [

],
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^7.0.2",
"@types/node": "^14.18.29",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"chai": "^4.3.4",
"eslint": "^6.8.0",
"mocha": "^6.2.1"
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.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