Socket
Socket
Sign inDemoInstall

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 4.0.1 to 4.0.2

5

CHANGELOG.md
# Changelog
## v4.0.2
Fixed SyntaxError #83.
## 4.0.1
- Fixed error handling for Yandex.Speller API #83, #84.
- Fixed error handling for Yandex.Speller API #84.
- Updated deps in package.json.

@@ -6,0 +9,0 @@

2

lib/yaspeller.js

@@ -334,3 +334,3 @@ 'use strict';

data.forEach(function(item) {
if (item.position) {
if (item.code === TOO_MANY_ERRORS || item.position) {
return;

@@ -337,0 +337,0 @@ }

@@ -13,3 +13,3 @@ {

"description": "Search tool typos in the text, files and websites",
"version": "4.0.1",
"version": "4.0.2",
"license": "MIT",

@@ -16,0 +16,0 @@ "homepage": "https://github.com/hcodes/yaspeller",

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