Socket
Socket
Sign inDemoInstall

fileset

Package Overview
Dependencies
6
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

.npmignore

15

package.json

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

"description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/mklabs/node-fileset",

@@ -16,9 +16,10 @@ "repository": {

},
"engines": {
"node": "*"
"dependencies": {
"minimatch": "~0.1.5",
"glob": "~3.0.1"
},
"dependencies": {
"minimatch": "0.1.x",
"glob": "3.0.x"
}
"licenses": [{
"type": "MIT",
"url": "https://github.com/mklabs/node-fileset/blob/master/LICENSE-MIT"
}]
}
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