Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cspell-glob

Package Overview
Dependencies
Maintainers
0
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-glob - npm Package Compare versions

Comparing version 8.9.1 to 8.10.0

dist/globHelper.d.ts

23

package.json
{
"name": "cspell-glob",
"version": "8.9.1",
"version": "8.10.0",
"description": "Glob matcher for cspell",

@@ -14,7 +14,7 @@ "keywords": [

"sideEffects": false,
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js"
"import": "./dist/index.js"
}

@@ -29,2 +29,4 @@ },

"!**/*.test.*",
"!**/perf/**",
"!**/*.perf.*",
"!**/*.spec.*",

@@ -35,9 +37,11 @@ "!**/*.map"

"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
"build": "tsc -b . -f",
"build:esm": "tsc -p tsconfig.esm.json",
"build": "tsc -p .",
"clean-build": "pnpm run clean && pnpm run build",
"coverage": "vitest run --coverage",
"test:perf": "insight --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000",
"test:perf:ts": "insight --register ts-node/esm --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000",
"test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000",
"test:watch": "vitest",
"test": "vitest run",
"watch": "tsc -b . -w -f"
"watch": "tsc -p . -w"
},

@@ -56,8 +60,9 @@ "repository": {

"dependencies": {
"@cspell/url": "8.10.0",
"micromatch": "^4.0.7"
},
"devDependencies": {
"@types/micromatch": "^4.0.7"
"@types/micromatch": "^4.0.9"
},
"gitHead": "f532c77cca4bfae380293c586f02f377354c850b"
"gitHead": "a5dde6ae7e2ac86ac956220d4b8c39a0e58e1bc6"
}
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