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 8.12.1 to 8.13.0

4

dist/esm/VirtualFS/WrappedProviderFs.d.ts

@@ -15,5 +15,5 @@ import type { CSpellIO } from '../CSpellIO.js';

readonly request: string;
readonly parameters?: unknown | undefined;
readonly parameters?: unknown;
readonly url?: string | undefined;
constructor(request: string, url?: URL | string, parameters?: unknown | undefined);
constructor(request: string, url?: URL | string, parameters?: unknown);
}

@@ -20,0 +20,0 @@ export declare function fsCapabilities(flags: FSCapabilityFlags): FSCapabilities;

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

@@ -52,9 +52,9 @@ "type": "module",

"lorem-ipsum": "^2.0.8",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@cspell/cspell-service-bus": "8.12.1",
"@cspell/url": "8.12.1"
"@cspell/cspell-service-bus": "8.13.0",
"@cspell/url": "8.13.0"
},
"gitHead": "2b9d2fd6fb3a228886016f897c40e8b926e063ab"
"gitHead": "2fd3fb430cc96a8a50543f57d96b288219a11923"
}
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