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 8.2.0 to 8.2.1

3

dist/esm/index.d.ts

@@ -9,7 +9,8 @@ export { toArray as asyncIterableToArray } from './async/asyncIterable.js';

export type { Stats } from './models/Stats.js';
export { FileType as VFileType } from './models/Stats.js';
export { encodeDataUrl, toDataUrl } from './node/dataUrl.js';
export { isFileURL, isUrlLike, toFileURL, toURL, urlBasename, urlDirname } from './node/file/url.js';
export type { VFileSystem as VFileSystem, VFileSystemProvider, VfsDirEntry, VfsStat, VirtualFS } from './VirtualFS.js';
export type { VFileSystem as VFileSystem, VFileSystemProvider, VfsDirEntry, VfsStat, VirtualFS, VProviderFileSystem, } from './VirtualFS.js';
export { createVirtualFS, FSCapabilityFlags, getDefaultVirtualFs } from './VirtualFS.js';
export { createRedirectProvider } from './VirtualFS/redirectProvider.js';
//# sourceMappingURL=index.d.ts.map

@@ -6,2 +6,3 @@ export { toArray as asyncIterableToArray } from './async/asyncIterable.js';

export { getStat, getStatSync, readFileText, readFileTextSync, writeToFile, writeToFileIterable, writeToFileIterableP, } from './file/index.js';
export { FileType as VFileType } from './models/Stats.js';
export { encodeDataUrl, toDataUrl } from './node/dataUrl.js';

@@ -8,0 +9,0 @@ export { isFileURL, isUrlLike, toFileURL, toURL, urlBasename, urlDirname } from './node/file/url.js';

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

@@ -54,5 +54,5 @@ "type": "module",

"dependencies": {
"@cspell/cspell-service-bus": "8.2.0"
"@cspell/cspell-service-bus": "8.2.1"
},
"gitHead": "3bcd6430bb33fb221d07030a60a2d61a2479e7ae"
"gitHead": "b0c889ee4068aa8a2447106c5c7f449debc85bdd"
}
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