Comparing version 9.0.0 to 10.0.0
@@ -1,5 +0,1 @@ | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var fromCharCode = String.fromCharCode; | ||
@@ -1045,3 +1041,3 @@ | ||
exports.Parser = Parser; | ||
exports.decode = decodeEntities; | ||
export { Parser, decodeEntities as decode }; | ||
//# sourceMappingURL=index.js.map |
@@ -5,10 +5,19 @@ { | ||
"scripts": { | ||
"all": "run-s lint bundle test-coverage test-perf", | ||
"lint": "eslint .", | ||
"bundle": "rollup -c", | ||
"test": "mocha -r esm test/index.js", | ||
"all": "run-s lint test-coverage test-perf", | ||
"lint": "eslint . --ext js,cjs", | ||
"pretest": "run-s bundle", | ||
"bundle": "rollup -c --bundleConfigAsCjs", | ||
"test": "mocha test/*.js", | ||
"test-coverage": "NO_PERF=1 nyc --reporter=lcov --reporter=html npm test", | ||
"test-perf": "node test/perf", | ||
"prepublishOnly": "run-s bundle test-perf" | ||
"test-perf": "node test/perf/index.cjs", | ||
"prepare": "run-s bundle" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"keywords": [ | ||
@@ -20,17 +29,18 @@ "xml", | ||
], | ||
"version": "9.0.0", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.esm.js", | ||
"version": "10.0.0", | ||
"bugs": { | ||
"url": "https://github.com/nikku/saxen/issues" | ||
}, | ||
"engines": { | ||
"node": ">= 18" | ||
}, | ||
"author": { | ||
"name": "Vopilovskiy Konstantin", | ||
"email": "flash.vkv@gmail.com", | ||
"url": "http://vflash.ru" | ||
"name": "Nico Rehwaldt", | ||
"url": "https://github.com/nikku" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Nico Rehwaldt", | ||
"url": "https://github.com/nikku" | ||
"name": "Vopilovskiy Konstantin", | ||
"email": "flash.vkv@gmail.com", | ||
"url": "http://vflash.ru" | ||
} | ||
@@ -44,11 +54,9 @@ ], | ||
"devDependencies": { | ||
"@rollup/plugin-terser": "^0.2.0", | ||
"eslint": "^8.30.0", | ||
"eslint-plugin-bpmn-io": "^0.16.0", | ||
"esm": "^3.0.84", | ||
"mocha": "^8.4.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-bpmn-io": "^1.0.0", | ||
"mocha": "^10.3.0", | ||
"npm-run-all": "^4.1.1", | ||
"nyc": "^15.1.0", | ||
"rollup": "^2.79.1", | ||
"table": "^6.7.1" | ||
"rollup": "^4.12.0", | ||
"table": "^6.8.1" | ||
}, | ||
@@ -55,0 +63,0 @@ "files": [ |
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
149652
7
Yes
7
1656
1