Socket
Socket
Sign inDemoInstall

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 6.0.0 to 6.0.1

2

package.json

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

"description": "a glob matcher in javascript",
"version": "6.0.0",
"version": "6.0.1",
"repository": {

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

@@ -14,5 +14,5 @@ # minimatch

// hybrid module, load with require() or import
import minimatch from 'minimatch'
import { minimatch } from 'minimatch'
// or:
const minimatch = require("minimatch").default
const { minimatch } = require("minimatch")

@@ -19,0 +19,0 @@ minimatch("bar.foo", "*.foo") // true!

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