minimatch
Advanced tools
| "use strict"; | ||
| var __importDefault = (this && this.__importDefault) || function (mod) { | ||
| return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.unescape = exports.escape = exports.AST = exports.Minimatch = exports.match = exports.makeRe = exports.braceExpand = exports.defaults = exports.filter = exports.GLOBSTAR = exports.sep = exports.minimatch = void 0; | ||
| const brace_expansion_1 = require("brace-expansion"); | ||
| const brace_expansion_1 = __importDefault(require("brace-expansion")); | ||
| const assert_valid_pattern_js_1 = require("./assert-valid-pattern.js"); | ||
@@ -157,3 +160,3 @@ const ast_js_1 = require("./ast.js"); | ||
| } | ||
| return (0, brace_expansion_1.expand)(pattern); | ||
| return (0, brace_expansion_1.default)(pattern); | ||
| }; | ||
@@ -160,0 +163,0 @@ exports.braceExpand = braceExpand; |
@@ -1,2 +0,2 @@ | ||
| import { expand } from 'brace-expansion'; | ||
| import expand from 'brace-expansion'; | ||
| import { assertValidPattern } from './assert-valid-pattern.js'; | ||
@@ -3,0 +3,0 @@ import { AST } from './ast.js'; |
+3
-2
@@ -5,3 +5,3 @@ { | ||
| "description": "a glob matcher in javascript", | ||
| "version": "9.0.8", | ||
| "version": "9.0.9", | ||
| "repository": { | ||
@@ -57,5 +57,6 @@ "type": "git", | ||
| "dependencies": { | ||
| "brace-expansion": "^5.0.2" | ||
| "brace-expansion": "^2.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/brace-expansion": "^1.1.2", | ||
| "@types/node": "^25.3.0", | ||
@@ -62,0 +63,0 @@ "mkdirp": "^3.0.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
476318
0.04%4218
0.07%7
16.67%+ Added
+ Added
- Removed
- Removed
Updated