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

hikarujs

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hikarujs - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

3

hikaru/utils.js

@@ -108,6 +108,7 @@ "use strict";

opts["workDir"] = opts["workDir"] || ".";
const isMatch = picomatch(pattern);
const isMatch = picomatch(pattern, {"dot": !opts["ignoreHidden"]});
const matchWithHidden = (entry) => {
return isMatch(entry["path"]);
};
// We don't use picomatch for hidden files, basename is more reliable.
const matchWithoutHidden = (entry) => {

@@ -114,0 +115,0 @@ const basename = path.basename(entry["path"]);

{
"name": "hikarujs",
"version": "1.11.0",
"version": "1.11.1",
"description": "A static site generator that generates routes based on directories naturally.",

@@ -5,0 +5,0 @@ "main": "hikaru/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