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

cspell-glob

Package Overview
Dependencies
Maintainers
1
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 5.0.1-alpha.6 to 5.0.1-alpha.8

dist/GlobMatcher.d.ts

42

package.json
{
"name": "cspell-glob",
"version": "5.0.1-alpha.6",
"version": "5.0.1-alpha.8",
"description": "Glob matcher for cspell",

@@ -12,9 +12,9 @@ "keywords": [

"license": "MIT",
"main": "lib/index.js",
"main": "dist/index.js",
"directories": {
"lib": "lib"
"dist": "dist"
},
"typings": "lib/index.d.ts",
"typings": "dist/index.d.ts",
"files": [
"lib/**",
"dist/**",
"!**/*.test.*",

@@ -27,2 +27,4 @@ "!**/*.spec.*",

"watch": "tsc -p . -w",
"lint": "eslint --fix .",
"lint-ci": "eslint .",
"clean": "rimraf lib",

@@ -41,20 +43,2 @@ "clean-build": "npm run clean && npm run build",

},
"nyc": {
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.test.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"json",
"html"
]
},
"engines": {

@@ -66,3 +50,13 @@ "node": ">=12.0.0"

},
"gitHead": "ffc22b5a4f721b114b95a8c521dcac86faae0851"
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.1",
"prettier": "^2.1.2",
"rimraf": "^3.0.2"
},
"gitHead": "9f7c166e6401ace55fa19a0515492980f7ff1d34"
}
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