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.0.21 to 4.0.22

2

dist/file/fileWriter.js

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

function writeToFileIterable(filename, data) {
const sourceStream = iterable_to_stream_1.iterableToStream(data);
const sourceStream = stream.Readable.from ? stream.Readable.from(data) : iterable_to_stream_1.iterableToStream(data);
const writeStream = fs.createWriteStream(filename);

@@ -15,0 +15,0 @@ const zip = filename.match(/\.gz$/) ? zlib.createGzip() : new stream.PassThrough();

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

@@ -39,24 +39,6 @@ "main": "dist/index.js",

},
"nyc": {
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.test.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"json",
"html"
]
},
"engines": {
"node": ">=10.0.0"
},
"gitHead": "710c11198d72f879a53f6c6f8528c7c356bd68c8"
"gitHead": "68f792d0df311560b42156a0e71e8b249c753b88"
}
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