xml-parser-xo
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "xml-parser-xo", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"repository": "github:chrisbottin/xml-parser", | ||
@@ -12,11 +12,16 @@ "bugs": { | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm5/index.js", | ||
"es2015": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"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", | ||
"compile": "npm run clean && npm run lint && npm run compile:commonjs && npm run compile:esnext && npm run compile:types", | ||
"compile:commonjs": "tsc --module commonjs --outDir ./dist/cjs --noEmit false", | ||
"compile:esnext": "tsc --module esnext --outDir ./dist/esm --noEmit false", | ||
"compile:types": "tsc --emitDeclarationOnly --declaration --declarationMap --outDir ./dist/types --noEmit false", | ||
"test": "mocha --require=ts-node/register --extension=js,ts --spec=test", | ||
"prepublishOnly": "npm run test && npm run compile" | ||
"prepublishOnly": "echo Please use publish.sh && exit 1" | ||
}, | ||
@@ -23,0 +28,0 @@ "engines": { |
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
31861
9
507
1