Socket
Socket
Sign inDemoInstall

minimatch

Package Overview
Dependencies
2
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.2 to 9.0.3

6

package.json

@@ -5,3 +5,3 @@ {

"description": "a glob matcher in javascript",
"version": "9.0.2",
"version": "9.0.3",
"repository": {

@@ -64,3 +64,3 @@ "type": "git",

"@types/node": "^18.15.11",
"@types/tap": "^15.0.7",
"@types/tap": "^15.0.8",
"c8": "^7.12.0",

@@ -70,3 +70,3 @@ "eslint-config-prettier": "^8.6.0",

"prettier": "^2.8.2",
"tap": "^16.3.3",
"tap": "^16.3.7",
"ts-node": "^10.9.1",

@@ -73,0 +73,0 @@ "typedoc": "^0.23.21",

@@ -258,3 +258,3 @@ # minimatch

If the pattern contains brace expansions, such as `a{b,c}d`, but
no other magic characters, then the `Minipass.hasMagic()` method
no other magic characters, then the `Minimatch.hasMagic()` method
will return `false` by default. When this option set, it will

@@ -261,0 +261,0 @@ return `true` for brace expansion as well as other magic glob

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc