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 2.8.1 to 2.8.2

4

CHANGELOG.md
# Changelog
## 2.8.2
- Small fix for stdin #48
- Updated deps in package.json
## 2.8.1

@@ -4,0 +8,0 @@ - Updated deps in package.json

6

lib/cli.js

@@ -13,2 +13,3 @@ 'use strict';

_ = require('lodash'),
isTTY = process.stdin.isTTY,
json,

@@ -52,8 +53,7 @@ jsonConfig,

if(process.stdin.isTTY && !program.args.length) {
if(isTTY && !program.args.length) {
program.help();
}
async.series(
process.stdin.isTTY ?
isTTY || program.args.length ?
tasks.forResources(program.args, settings) :

@@ -60,0 +60,0 @@ tasks.forStdin(settings),

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

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

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

"commander": "~2.9.0",
"eyo-kernel": "~1.0.2",
"eyo-kernel": "~1.0.4",
"entities": "~1.1.1",

@@ -45,6 +45,6 @@ "isutf8": "~2.0.0",

"minimatch": "~3.0.2",
"request": "^2.72.0",
"request": "^2.73.0",
"showdown": "~1.4.2",
"strip-json-comments": "~2.0.1",
"xml2js": "~0.4.16",
"xml2js": "~0.4.17",
"yandex-speller": "~1.0.0"

@@ -54,4 +54,4 @@ },

"chai": "~3.5.0",
"istanbul": "~0.4.3",
"jscs": "~3.0.4",
"istanbul": "~0.4.4",
"jscs": "~3.0.7",
"jshint": "~2.9.2",

@@ -58,0 +58,0 @@ "mocha": "~2.5.3",

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