Socket
Socket
Sign inDemoInstall

anymatch

Package Overview
Dependencies
2
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

7

index.d.ts
// type
import sep from 'path';
import {sep} from 'path';

@@ -18,2 +18,5 @@ type AnymatchFn = (testString: string) => boolean;

}
export = anymatch
export {AnymatchMatcher as Matcher}
export {AnymatchTester as Tester}
export default anymatch
{
"name": "anymatch",
"version": "3.0.1",
"version": "3.0.2",
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",

@@ -5,0 +5,0 @@ "files": [

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