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 0.7.1 to 0.7.2

7

bin/cli.js

@@ -113,3 +113,3 @@ #!/usr/bin/env node

var SEPARATOR = '\n-----';
words.forEach(function(val, i) {

@@ -268,3 +268,6 @@ words[i] = (i + 1) + '. ' + words[i];

onResource = function(err, data) {
err || (hasErrors = true);
if(err) {
hasErrors = true;
}
buildResource(err, data);

@@ -271,0 +274,0 @@ };

@@ -10,3 +10,3 @@ {

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

@@ -13,0 +13,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