hyphenopoly
Advanced tools
Comparing version 5.2.0 to 5.2.1
/** | ||
* @license Hyphenopoly_Loader 5.2.0 - client side hyphenation | ||
* @license Hyphenopoly_Loader 5.2.1 - client side hyphenation | ||
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com) | ||
@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly |
/** | ||
* @license Hyphenopoly 5.2.0 - client side hyphenation for webbrowsers | ||
* @license Hyphenopoly 5.2.1 - client side hyphenation for webbrowsers | ||
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com) | ||
@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly |
/** | ||
* @license Hyphenopoly.module.js 5.2.0 - hyphenation for node | ||
* @license Hyphenopoly.module.js 5.2.1 - hyphenation for node | ||
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com) | ||
@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly |
/** | ||
* @license Hyphenopoly_Loader 5.2.0 - client side hyphenation | ||
* @license Hyphenopoly_Loader 5.2.1 - client side hyphenation | ||
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com) | ||
@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly |
/** | ||
* @license Hyphenopoly 5.2.0 - client side hyphenation for webbrowsers | ||
* @license Hyphenopoly 5.2.1 - client side hyphenation for webbrowsers | ||
* ©2023 Mathias Nater, Güttingen (mathiasnater at gmail dot com) | ||
@@ -4,0 +4,0 @@ * https://github.com/mnater/Hyphenopoly |
{ | ||
"name": "hyphenopoly", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Hyphenation for node and Polyfill for client-side hyphenation.", | ||
@@ -45,8 +45,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"all-contributors-cli": "^6.26.1", | ||
"assemblyscript": "^0.27.14", | ||
"c8": "^8.0.1", | ||
"assemblyscript": "^0.27.11", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-html": "^7.1.0", | ||
"eslint-plugin-security": "^1.7.1", | ||
@@ -56,6 +57,6 @@ "remark-cli": "^12.0.0", | ||
"remark-preset-lint-recommended": "^6.1.3", | ||
"tap": "^18.4.2", | ||
"terser": "^5.21.0", | ||
"tap": "^18.5.2", | ||
"terser": "^5.22.0", | ||
"typescript": "^5.2.2", | ||
"yaml": "^2.3.2" | ||
"yaml": "^2.3.3" | ||
}, | ||
@@ -69,3 +70,6 @@ "remarkConfig": { | ||
"c8": { | ||
"reporter": ["lcov", "text"], | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
], | ||
"reports-dir": ".c8/" | ||
@@ -82,3 +86,3 @@ }, | ||
"testsuite": "open http://127.0.0.1/~mnater/Hyphenopoly/testsuite/ && open http://127.0.0.1/~mnater/Hyphenopoly/min/testsuite/", | ||
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts && remark -q *.md && remark -q */*.md", | ||
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts testsuite/* && remark -q *.md && remark -q */*.md", | ||
"prepare": "sh ./tools/minify.sh", | ||
@@ -85,0 +89,0 @@ "beforeRelease": "npm run prepare && cp -R ./min ./docs/ && cp ./examples/example.html ./docs/min/ && cp -R ./examples/webpack/dist ./docs/", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
2398
26
3176980
15