xml-parser-xo
Advanced tools
Comparing version 3.2.0 to 4.0.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18372
7
538
10
1