Comparing version 0.3.10 to 0.3.11
{ | ||
"name": "aether", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"homepage": "https://github.com/codecombat/aether", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -243,5 +243,8 @@ (function() { | ||
oldNext = fn.next; | ||
fn.next = protectBuiltins.wrapWithSandbox(this, function() { | ||
fn.next = function() { | ||
return oldNext.apply(fn, arguments); | ||
}); | ||
}; | ||
if (this.options.protectBuiltins) { | ||
fn.next = protectBuiltins.wrapWithSandbox(this, fn.next); | ||
} | ||
return fn; | ||
@@ -248,0 +251,0 @@ }; |
{ | ||
"name": "aether", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "Analyzes, instruments, and transpiles JS to help beginners.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
208819
3893