Comparing version 0.2.16 to 0.2.17
{ | ||
"name": "aether", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"homepage": "https://github.com/codecombat/aether", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -56,3 +56,3 @@ (function() { | ||
this.originalOptions = _.cloneDeep(options); | ||
defaultsCopy = _.extend({}, defaults); | ||
defaultsCopy = _.cloneDeep(defaults); | ||
this.options = _.merge(defaultsCopy, options); | ||
@@ -59,0 +59,0 @@ this.setLanguage(this.options.language, this.options.languageVersion); |
@@ -17,3 +17,3 @@ (function() { | ||
yieldConditionally: false, | ||
executionCosts: execution, | ||
executionCosts: {}, | ||
noSerializationInFlow: false, | ||
@@ -20,0 +20,0 @@ includeFlow: true, |
@@ -12,2 +12,4 @@ (function() { | ||
Object.freeze(Error); | ||
getOwnPropertyNames = Object.getOwnPropertyNames; | ||
@@ -14,0 +16,0 @@ |
{ | ||
"name": "aether", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "Analyzes, instruments, and transpiles JS to help beginners.", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"estraverse": "~1.5.0", | ||
"filbert": "~0.1.0", | ||
"filbert": "~0.1.2", | ||
"iota-compiler": "^0.2.1", | ||
@@ -32,0 +32,0 @@ "jshint": "~2.3.0", |
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
155007
2644
Updatedfilbert@~0.1.2