New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bit-docs-glob-finder

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bit-docs-glob-finder - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

index.js

@@ -47,2 +47,5 @@ var glob = require("glob"),

}
if(!globOptions.cwd && siteConfig.cwd) {
globOptions.cwd = siteConfig.cwd;
}

@@ -49,0 +52,0 @@ var glb = new glob.Glob(pattern, globOptions);

2

package.json
{
"name": "bit-docs-glob-finder",
"version": "0.0.4",
"version": "0.0.5",
"description": "A glob based finder",

@@ -5,0 +5,0 @@ "main": "index.js",

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