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.2 to 3.0.3

4

index.d.ts

@@ -1,5 +0,1 @@

// type
import {sep} from 'path';
type AnymatchFn = (testString: string) => boolean;

@@ -6,0 +2,0 @@ type AnymatchPattern = string|RegExp|AnymatchFn;

3

index.js
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
const picomatch = require('picomatch');

@@ -91,2 +93,3 @@ const normalizePath = require('normalize-path');

anymatch.default = anymatch;
module.exports = anymatch;
{
"name": "anymatch",
"version": "3.0.2",
"version": "3.0.3",
"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