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 5.0.0 to 5.0.1

3

CHANGELOG.md
# Changelog
## v5.0.1
- FIX: sitemap.xml - TypeError: Cannot read property 'replace' of undefined #113.
## v5.0.0

@@ -4,0 +7,0 @@ - FIX: **Breaking changes**: Incorrect work of dictionary words in substrings #106.

4

lib/yaspeller.js

@@ -310,4 +310,4 @@ 'use strict';

tasks.push(function(cb) {
checkUrl(url, function(err, data) {
callback && callback(err, data);
checkUrl(url, function(err, data, originalText) {
callback && callback(err, data, originalText);
cb(false, [err, data]);

@@ -314,0 +314,0 @@ }, settings);

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

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

@@ -39,10 +39,10 @@ "homepage": "https://github.com/hcodes/yaspeller",

"commander": "^2.17.1",
"cosmiconfig": "^5.0.5",
"cosmiconfig": "^5.0.6",
"entities": "^1.1.1",
"escape-html": "^1.0.3",
"eyo-kernel": "^2.3.1",
"glob": "^7.1.2",
"eyo-kernel": "^2.5.0",
"glob": "^7.1.3",
"isutf8": "^2.0.2",
"minimatch": "^3.0.4",
"request": "^2.87.0",
"request": "^2.88.0",
"showdown": "^1.8.6",

@@ -54,8 +54,8 @@ "strip-json-comments": "^2.0.1",

"devDependencies": {
"chai": "^4.1.0",
"eslint": "^5.3.0",
"chai": "^4.2.0",
"eslint": "^5.6.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"parse-json": "^4.0.0",
"sinon": "^6.1.4"
"sinon": "^6.3.4"
},

@@ -62,0 +62,0 @@ "engines": {

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