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.2.1 to 1.2.2

6

lib/router.js

@@ -218,3 +218,3 @@ // Generated by CoffeeScript 2.3.1

p = this.generateData(p);
generated.concat(p);
generated = generated.concat(p);
}

@@ -243,3 +243,3 @@ this.site["posts"] = generated;

p = this.generateData(p);
generated.concat(p);
generated = generated.concat(p);
}

@@ -293,3 +293,3 @@ return this.site["pages"] = generated;

});
return Promise.all([this.renderTemplates(), this.renderPosts(), this.renderPages()]);
return Promise.all([this.renderTemplates(), this.renderPages(), this.renderPosts()]);
}).then(() => {

@@ -296,0 +296,0 @@ var fn, j, k, len, len1, ref, ref1;

{
"name": "hikaru-coffee",
"version": "1.2.1",
"version": "1.2.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