Socket
Socket
Sign inDemoInstall

recrawl

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recrawl - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

11

lib/recrawl.js

@@ -106,10 +106,11 @@ Object.defineProperty(exports, "__esModule", { value: true });

globs.forEach(glob => {
if (globAllRE.test(glob)) {
glob = compileGlob(glob);
}
if (mapGlob)
glob = mapGlob(glob);
if (globAllRE.test(glob)) {
fileGlobs.push(compileGlob(glob));
}
else {
if (globAllRE.test(glob))
fileGlobs.push(glob);
else
nameGlobs.push(glob_regex_1.default.replace(glob));
}
});

@@ -116,0 +117,0 @@ const fileRE = fileGlobs.length ? matchAny(fileGlobs) : false;

{
"name": "recrawl",
"version": "1.2.0",
"version": "1.2.1",
"main": "lib/recrawl.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

# recrawl v1.2.0
# recrawl v1.2.1

@@ -3,0 +3,0 @@ Collect the descendants of a directory.

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