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.8.0 to 8.8.1

1

dist/esm/node/file/_fetch.js

@@ -0,3 +1,4 @@

/* eslint-disable n/no-unsupported-features/node-builtins */
/** alias of global.fetch, useful for mocking */
export const _fetch = global.fetch;
//# sourceMappingURL=_fetch.js.map
import { _fetch as fetch } from './_fetch.js';
import { FetchUrlError, toFetchUrlError } from './FetchError.js';
// eslint-disable-next-line n/no-unsupported-features/node-builtins
export async function fetchHead(request) {

@@ -4,0 +5,0 @@ const url = toURL(request);

10

package.json
{
"name": "cspell-io",
"version": "8.8.0",
"version": "8.8.1",
"description": "A library of useful I/O functions used across various cspell tools.",

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

"scripts": {
"build": "tsc -b .",
"build": "tsc -b . -f",
"build:esm": "tsc -p tsconfig.esm.json",
"build:watch": "tsc -b . -w",
"build:watch": "tsc -b . -w -f",
"watch": "pnpm build:watch",

@@ -56,5 +56,5 @@ "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",

"dependencies": {
"@cspell/cspell-service-bus": "8.8.0"
"@cspell/cspell-service-bus": "8.8.1"
},
"gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
"gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5"
}
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