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

mu2

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mu2 - npm Package Compare versions

Comparing version 0.5.17 to 0.5.18

2

lib/mu.js

@@ -187,3 +187,3 @@ var util = require('util'),

process.nextTick(function () {
setImmediate(function () {
try {

@@ -190,0 +190,0 @@ renderer.render(tokens, view, partials, stream, function () {

@@ -29,3 +29,3 @@ var BUFFER_LENGTH = 1024 * 8;

stream.once('resumed', function () {
process.nextTick(next);
setImmediate(next);
});

@@ -36,3 +36,3 @@ return;

if (++stackSize % MAX_STACK_SIZE == 0) {
process.nextTick(next);
setImmediate(next);
return;

@@ -186,3 +186,3 @@ }

if (i % MAX_STACK_SIZE == 0) {
return process.nextTick(next);
return setImmediate(next);
} else {

@@ -189,0 +189,0 @@ next();

{ "name": "mu2"
, "description": "A Mustache template engine for Node.js"
, "keywords": ["template", "mustache"]
, "version" : "0.5.17"
, "version" : "0.5.18"
, "homepage": "http://github.com/raycmorgan/mu"

@@ -6,0 +6,0 @@ , "author" : "RayMorgan <ray@rumgr.com>"

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