New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cspell-io

Package Overview
Dependencies
Maintainers
0
Versions
283
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.16.1 to 8.17.0

2

dist/esm/requests/RequestZlibInflate.d.ts

@@ -5,5 +5,5 @@ import type { ServiceRequestFactoryRequestType } from '@cspell/cspell-service-bus';

}
export declare const RequestZlibInflate: import("@cspell/cspell-service-bus").ServiceRequestFactory<import("@cspell/cspell-service-bus").ServiceRequest<"zlib:inflate", RequestParams, ArrayBufferView>, RequestParams, "zlib:inflate">;
export declare const RequestZlibInflate: import("@cspell/cspell-service-bus").ServiceRequestFactory<import("@cspell/cspell-service-bus").ServiceRequest<"zlib:inflate", RequestParams, ArrayBufferView<ArrayBufferLike>>, RequestParams, "zlib:inflate">;
export type RequestZlibInflate = ServiceRequestFactoryRequestType<typeof RequestZlibInflate>;
export {};
//# sourceMappingURL=RequestZlibInflate.d.ts.map

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

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

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

@@ -7,3 +7,3 @@ {

},
"version": "8.16.1",
"version": "8.17.0",
"description": "A library of useful I/O functions used across various cspell tools.",

@@ -57,10 +57,10 @@ "type": "module",

"lorem-ipsum": "^2.0.8",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest-fetch-mock": "^0.4.2"
},
"dependencies": {
"@cspell/cspell-service-bus": "8.16.1",
"@cspell/url": "8.16.1"
"@cspell/cspell-service-bus": "8.17.0",
"@cspell/url": "8.17.0"
},
"gitHead": "773bb6e701ff0b7fbeb30e4621119bb4315415ad"
"gitHead": "cac17fe7b993db5965aa441648b1c22cb5486929"
}
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