Comparing version 9.1.6 to 10.0.0
/** | ||
* marked v9.1.6 - a markdown parser | ||
* marked v10.0.0 - a markdown parser | ||
* Copyright (c) 2011-2023, Christopher Jeffrey. (MIT Licensed) | ||
@@ -4,0 +4,0 @@ * https://github.com/markedjs/marked |
@@ -5,3 +5,3 @@ { | ||
"author": "Christopher Jeffrey", | ||
"version": "9.1.6", | ||
"version": "10.0.0", | ||
"type": "module", | ||
@@ -54,4 +54,4 @@ "main": "./lib/marked.cjs", | ||
"devDependencies": { | ||
"@markedjs/testutils": "9.1.5-0", | ||
"@arethetypeswrong/cli": "^0.13.1", | ||
"@markedjs/html-differ": "^4.0.2", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
@@ -75,5 +75,3 @@ "@rollup/plugin-typescript": "^11.1.5", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"front-matter": "^4.0.2", | ||
"highlight.js": "^11.9.0", | ||
"jasmine": "^5.1.0", | ||
"markdown-it": "13.0.2", | ||
@@ -88,10 +86,9 @@ "marked-highlight": "^2.0.6", | ||
"ts-expect": "^1.3.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "5.2.2" | ||
}, | ||
"scripts": { | ||
"test": "npm run build && cross-env NODE_OPTIONS=--loader=ts-node/esm jasmine --config=jasmine.json", | ||
"test": "npm run build && npm run test:specs && npm run test:unit", | ||
"test:all": "npm test && npm run test:umd && npm run test:types && npm run test:lint", | ||
"test:unit": "npm test -- test/unit/**/*-spec.js", | ||
"test:specs": "npm test -- test/specs/**/*-spec.js", | ||
"test:unit": "node --test --test-reporter=spec test/unit", | ||
"test:specs": "node --test --test-reporter=spec test/run-spec-tests.js", | ||
"test:lint": "eslint .", | ||
@@ -113,4 +110,4 @@ "test:redos": "node test/recheck.js > vuln.js", | ||
"engines": { | ||
"node": ">= 16" | ||
"node": ">= 18" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
31
913585