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

README.ru.md

3

CHANGELOG.md
# Changelog
## v4.0.3
Fixed exit code #87.
## v4.0.2

@@ -4,0 +7,0 @@ Fixed SyntaxError #83.

7

lib/tasks.js

@@ -25,7 +25,8 @@ 'use strict';

if (!process.exitCode) {
process.exitCode = exitCodes.HAS_TYPOS;
}
}
if (!process.exitCode && hasData(err, data)) {
process.exitCode = exitCodes.HAS_TYPOS;
}
if (err) {

@@ -32,0 +33,0 @@ process.exitCode = exitCodes.ERROR_LOADING;

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

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

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

Sorry, the diff of this file is not supported yet

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