Socket
Socket
Sign inDemoInstall

cspell-io

Package Overview
Dependencies
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-io - npm Package Compare versions

Comparing version 4.1.2 to 4.1.4

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [4.1.4](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.3...cspell-io@4.1.4) (2020-11-14)
**Note:** Version bump only for package cspell-io
## [4.1.3](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.2...cspell-io@4.1.3) (2020-11-14)
**Note:** Version bump only for package cspell-io
## [4.1.2](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.1...cspell-io@4.1.2) (2020-11-09)

@@ -8,0 +24,0 @@

10

dist/file/fileReader.js

@@ -72,3 +72,5 @@ "use strict";

const pending = [];
const fnError = (e) => { error = e; };
const fnError = (e) => {
error = e;
};
const fnComplete = () => {

@@ -84,3 +86,3 @@ // readline will consume the last newline without emitting an empty last line.

// We want to capture the last line.
stream.on('data', d => data = dataToString(d, encoding));
stream.on('data', (d) => (data = dataToString(d, encoding)));
stream.on('error', fnError);

@@ -121,3 +123,5 @@ const rl = readline.createInterface({

[Symbol.asyncIterator]: () => iter,
next() { return new Promise(registerPromise); },
next() {
return new Promise(registerPromise);
},
throw(e) {

@@ -124,0 +128,0 @@ fnError(e);

{
"name": "cspell-io",
"version": "4.1.2",
"version": "4.1.4",
"description": "A library of useful I/O functions used across various cspell tools.",

@@ -42,3 +42,3 @@ "main": "dist/index.js",

},
"gitHead": "750a102f35a742428d9c3a08f3039f30500c2909"
"gitHead": "c61478d1cfd0955fe403e0173ee696b45986186c"
}
# cspell-lib
A library of useful functions used across various cspell tools.
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