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

minimatch

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimatch - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

4

dist/cjs/ast.js

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

exports.AST = void 0;
const brace_expressions_1 = require("./brace-expressions");
const brace_expressions_js_1 = require("./brace-expressions.js");
const types = new Set(['!', '?', '+', '*', '@']);

@@ -539,3 +539,3 @@ const isExtglobType = (c) => types.has(c);

if (c === '[') {
const [src, needUflag, consumed, magic] = (0, brace_expressions_1.parseClass)(glob, i);
const [src, needUflag, consumed, magic] = (0, brace_expressions_js_1.parseClass)(glob, i);
if (consumed) {

@@ -542,0 +542,0 @@ re += src;

// parse a single path portion
import { parseClass } from './brace-expressions';
import { parseClass } from './brace-expressions.js';
const types = new Set(['!', '?', '+', '*', '@']);

@@ -4,0 +4,0 @@ const isExtglobType = (c) => types.has(c);

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

"description": "a glob matcher in javascript",
"version": "8.0.0",
"version": "8.0.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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