Comparing version 8.0.0 to 8.0.1
# Changelog | ||
## v8.0.1 | ||
Update deps in package.json. | ||
## v8.0.0 | ||
@@ -4,0 +7,0 @@ - Yaspeller requires Node.js 12 or higher. |
@@ -11,3 +11,3 @@ 'use strict'; | ||
const yaspellerApi = require('yandex-speller'); | ||
const marked = require('marked'); | ||
const marked = require('marked').marked; | ||
@@ -14,0 +14,0 @@ const eyo = require('./plugins/eyo'); |
The MIT License (MIT) | ||
© 2021 Denis Seleznev, <hcodes@yandex.ru> | ||
© 2022 Denis Seleznev, <hcodes@yandex.ru> | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -13,3 +13,3 @@ { | ||
"description": "Search tool typos in the text, files and websites", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/hcodes/yaspeller", | ||
"dependencies": { | ||
"async": "^3.2.2", | ||
"async": "^3.2.3", | ||
"commander": "^3.0.0", | ||
@@ -43,7 +43,7 @@ "entities": "^3.0.1", | ||
"glob": "^7.2.0", | ||
"isutf8": "^3.1.1", | ||
"lilconfig": "^2.0.3", | ||
"marked": "^3.0.8", | ||
"minimatch": "^3.0.4", | ||
"node-fetch": "^2.6.2", | ||
"isutf8": "^4.0.0", | ||
"lilconfig": "^2.0.4", | ||
"marked": "^4.0.12", | ||
"minimatch": "^5.0.0", | ||
"node-fetch": "^2.6.7", | ||
"picocolors": "^1.0.0", | ||
@@ -56,7 +56,7 @@ "secure-json-parse": "^2.4.0", | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"eslint": "^8.1.0", | ||
"mocha": "^9.1.3", | ||
"chai": "^4.3.6", | ||
"eslint": "^8.9.0", | ||
"mocha": "^9.2.0", | ||
"nyc": "^15.1.0", | ||
"sinon": "^11.1.2" | ||
"sinon": "^13.0.1" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
@@ -86,2 +86,5 @@ yaspeller | ||
If you have tons of markdown and introduce this linter, you're likely to want | ||
generation of initial dictionary with [yaspeller-dictionary-builder](https://github.com/razum2um/yaspeller-dictionary-builder), | ||
so one line will cover all word's forms. | ||
@@ -88,0 +91,0 @@ #### `--report <type>` |
@@ -78,2 +78,6 @@ yaspeller | ||
Если у вас много md-файлов, и вы заносите линтер, то, возможно, вам пригодится | ||
[yaspeller-dictionary-builder](https://github.com/razum2um/yaspeller-dictionary-builder). | ||
Так вы сможете сгенерировать начальный словарь, где каждая строка будет объединять все словоформы. | ||
#### `--report <type>` | ||
@@ -80,0 +84,0 @@ Задать вид отчёта: `console`, `html`, `markdown`, `junit` или `json`.<br/> |
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
96892
311
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedisutf8@4.0.1(transitive)
+ Addedmarked@4.3.0(transitive)
+ Addedminimatch@5.1.6(transitive)
- Removedisutf8@3.1.1(transitive)
- Removedmarked@3.0.8(transitive)
Updatedasync@^3.2.3
Updatedisutf8@^4.0.0
Updatedlilconfig@^2.0.4
Updatedmarked@^4.0.12
Updatedminimatch@^5.0.0
Updatednode-fetch@^2.6.7