Socket
Socket
Sign inDemoInstall

minimatch

Package Overview
Dependencies
3
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

13

package.json

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

"description": "a glob matcher in javascript",
"version": "3.0.3",
"version": "3.0.4",
"repository": {

@@ -13,4 +13,6 @@ "type": "git",

"scripts": {
"posttest": "standard minimatch.js test/*.js",
"test": "tap test/*.js"
"test": "tap test/*.js --cov",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},

@@ -21,7 +23,6 @@ "engines": {

"dependencies": {
"brace-expansion": "^1.0.0"
"brace-expansion": "^1.1.7"
},
"devDependencies": {
"standard": "^3.7.2",
"tap": "^5.6.0"
"tap": "^10.3.2"
},

@@ -28,0 +29,0 @@ "license": "ISC",

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