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

cspell-lib

Package Overview
Dependencies
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-lib - npm Package Compare versions

Comparing version 4.0.16 to 4.0.17

2

dist/exclusionHelper.d.ts

@@ -1,2 +0,2 @@

import Uri from 'vscode-uri';
import { URI as Uri } from 'vscode-uri';
export declare type ExclusionFunction = (filename: string) => boolean;

@@ -3,0 +3,0 @@ export declare type Glob = string;

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

function pathToUri(filePath) {
return vscode_uri_1.default.file(filePath);
return vscode_uri_1.URI.file(filePath);
}

@@ -47,3 +47,3 @@ exports.pathToUri = pathToUri;

function testUriPath(uriPath) {
const uri = vscode_uri_1.default.parse(uriPath);
const uri = vscode_uri_1.URI.parse(uriPath);
return testUri(uri);

@@ -50,0 +50,0 @@ }

{
"name": "cspell-lib",
"version": "4.0.16",
"version": "4.0.17",
"description": "A library of useful functions used across various cspell tools.",

@@ -73,8 +73,8 @@ "main": "dist/index.js",

"cspell-dict-scala": "^1.0.8",
"cspell-io": "^4.0.13",
"cspell-trie-lib": "^4.0.11",
"cspell-io": "^4.0.14",
"cspell-trie-lib": "^4.0.12",
"cspell-util-bundle": "^4.0.3",
"fs-extra": "^7.0.1",
"gensequence": "^2.1.2",
"vscode-uri": "^1.0.8"
"vscode-uri": "^2.0.1"
},

@@ -102,6 +102,3 @@ "engines": {

},
"devDependencies": {
"cspell-tools": "^4.0.17"
},
"gitHead": "be75a8577a4a95097b4cc926bd2f835b46a908b4"
"gitHead": "8a9bc6174ae63efdf02519094bf5e160d4f5f02e"
}
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