continuation.js
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "continuation.js", | ||
"description": "A module for tail call optimization by Continuation Passing Style (CPS) transformation with trampoline technique for Node.js", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": "Daishi Kato <daishi@axlight.com>", | ||
@@ -14,3 +14,3 @@ "dependencies": { | ||
"jshint": "*", | ||
"benchmark": "https://github.com/bestiejs/benchmark.js/tarball/master", | ||
"benchmark": "git://github.com/bestiejs/benchmark.js.git#a838e23836", | ||
"benchmark-octane": "*", | ||
@@ -17,0 +17,0 @@ "benmkzoo": "*" |
@@ -67,3 +67,3 @@ continuation.js | ||
<tr> | ||
<td>`require()` integration</td> | ||
<td><code>require()</code> integration</td> | ||
<td>Yes</td> | ||
@@ -70,0 +70,0 @@ <td>No</td> |
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
158962