Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cspell-io

Package Overview
Dependencies
Maintainers
1
Versions
278
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.6 to 4.1.7

8

CHANGELOG.md

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

## [4.1.7](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.6...cspell-io@4.1.7) (2020-11-29)
**Note:** Version bump only for package cspell-io
## [4.1.6](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.5...cspell-io@4.1.6) (2020-11-17)

@@ -8,0 +16,0 @@

8

dist/file/fileReader.js

@@ -103,3 +103,3 @@ "use strict";

const p = pending.shift();
p.reject(error);
p === null || p === void 0 ? void 0 : p.reject(error);
return;

@@ -110,3 +110,5 @@ }

const b = buffer.shift();
p.resolve({ done: false, value: b });
if (b !== undefined && p) {
p.resolve({ done: false, value: b });
}
}

@@ -118,3 +120,3 @@ if (!done) {

const p = pending.shift();
p.resolve({ done });
p === null || p === void 0 ? void 0 : p.resolve({ done, value: undefined });
}

@@ -121,0 +123,0 @@ }

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

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

},
"gitHead": "9e28c1b0632b8da82879cd3a03eb42169cd3d95e"
"gitHead": "1b26b54c14f282ec25d374dc86027de51e5feeb9"
}
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