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 7.4.1 to 7.4.2

dist/cjs/brace-expressions.d.ts.map

1

dist/cjs/brace-expressions.d.ts

@@ -8,1 +8,2 @@ export type ParseClassResult = [

export declare const parseClass: (glob: string, position: number) => ParseClassResult;
//# sourceMappingURL=brace-expressions.d.ts.map

@@ -12,1 +12,2 @@ import { MinimatchOptions } from './index.js';

export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
//# sourceMappingURL=escape.d.ts.map

@@ -42,1 +42,2 @@ declare const _default: {

export = _default;
//# sourceMappingURL=index-cjs.d.ts.map

@@ -92,1 +92,2 @@ export interface MinimatchOptions {

export { unescape } from './unescape.js';
//# sourceMappingURL=index.d.ts.map

@@ -17,1 +17,2 @@ import { MinimatchOptions } from './index.js';

export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
//# sourceMappingURL=unescape.d.ts.map

@@ -8,1 +8,2 @@ export type ParseClassResult = [

export declare const parseClass: (glob: string, position: number) => ParseClassResult;
//# sourceMappingURL=brace-expressions.d.ts.map

@@ -12,1 +12,2 @@ import { MinimatchOptions } from './index.js';

export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
//# sourceMappingURL=escape.d.ts.map

@@ -92,1 +92,2 @@ export interface MinimatchOptions {

export { unescape } from './unescape.js';
//# sourceMappingURL=index.d.ts.map

@@ -17,1 +17,2 @@ import { MinimatchOptions } from './index.js';

export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
//# sourceMappingURL=unescape.d.ts.map

2

package.json

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

"description": "a glob matcher in javascript",
"version": "7.4.1",
"version": "7.4.2",
"repository": {

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

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