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

hikaru-coffee

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hikaru-coffee - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

9

lib/router.js

@@ -82,3 +82,4 @@ // Generated by CoffeeScript 2.3.1

routeThemeAssets() {
return this.matchFiles(path.join("**", "*.*"), {
return this.matchFiles(path.join("**", "*"), {
"nodir": true,
"cwd": this.themeSrcDir

@@ -100,3 +101,4 @@ }).then((themeSrcs) => {

routeTemplates() {
return this.matchFiles("*.*", {
return this.matchFiles("*", {
"nodir": true,
"cwd": this.themeSrcDir

@@ -113,3 +115,4 @@ }).then((templates) => {

routeSrcs() {
return this.matchFiles(path.join("**", "*.*"), {
return this.matchFiles(path.join("**", "*"), {
"nodir": true,
"cwd": this.srcDir

@@ -116,0 +119,0 @@ }).then((srcs) => {

{
"name": "hikaru-coffee",
"version": "1.0.1",
"version": "1.0.2",
"description": "A static site generator that generates routes based on directories naturally.",

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

Sorry, the diff of this file is not supported yet

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