Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yaspeller

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaspeller - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

3

CHANGELOG.md
# Changelog
## v8.0.1
Update deps in package.json.
## v8.0.0

@@ -4,0 +7,0 @@ - Yaspeller requires Node.js 12 or higher.

2

lib/yaspeller.js

@@ -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/>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc