Socket
Socket
Sign inDemoInstall

saxen

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0 to 10.0.0

dist/index.cjs

8

dist/index.js

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc