Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mangony

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mangony - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

lib/modules/data.js

@@ -68,6 +68,4 @@ /**

if (obj.type === 'data') {
console.log('type: ', obj.type);
this.cache[obj.id] = obj.data;
} else {
console.log('else: ');
this.cache[type][obj.id] = obj.data;

@@ -74,0 +72,0 @@

2

package.json
{
"name": "mangony",
"version": "1.0.8",
"version": "1.0.9",
"description": "Yet another static site generator in NodeJS focussed on being fast and simple. Mangony fulfills just one task: It takes handlebars templates and compiles them to an output directory.",

@@ -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