nodent-runtime
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "nodent-runtime", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Runtime component of nodent", | ||
@@ -5,0 +5,0 @@ "main": "runtime.js", |
@@ -5,3 +5,3 @@ /* This code is based on: | ||
Author: Glenn Crownover <glenn@bluejava.com> (http://www.bluejava.com) | ||
Version 2.3.2 | ||
Version 2.3.3 | ||
License: MIT */ | ||
@@ -15,3 +15,3 @@ "use strict"; | ||
while (fq.length - fqStart) { | ||
fq[fqStart](); | ||
try { fq[fqStart]() } catch(ex) { /* console.error(ex) */ } | ||
fq[fqStart++] = undefined; | ||
@@ -152,5 +152,5 @@ if (fqStart === bufferSize) { | ||
}; | ||
Zousan.version = "2.3.2-nodent" ; | ||
Zousan.version = "2.3.3-nodent" ; | ||
return Zousan ; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15271