Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "asty", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -5,0 +5,0 @@ "main": "lib/asty.browser.js", |
@@ -32,3 +32,3 @@ /* | ||
},{}],4:[function(_dereq_,module,exports){ | ||
"use strict";var version={major:1,minor:0,micro:5,date:20150215};module.exports=version; | ||
"use strict";var version={major:1,minor:0,micro:6,date:20150221};module.exports=version; | ||
},{}],5:[function(_dereq_,module,exports){ | ||
@@ -35,0 +35,0 @@ "use strict";var _prototypeProperties=function(n,t,e){t&&Object.defineProperties(n,t),e&&Object.defineProperties(n.prototype,e)},_classCallCheck=function(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function")},ASTYWalk=function(){function n(){_classCallCheck(this,n)}return _prototypeProperties(n,null,{walk:{value:function(n,t){"undefined"==typeof t&&(t="downward");var e=function(o,r,l){("downward"===t||"both"===t)&&n.call(null,o,r,l,"downward"),o.C.forEach(function(n){e(n,r+1,o)}),("upward"===t||"both"===t)&&n.call(null,o,r,l,"upward")};return e(this,0,null),this},writable:!0,configurable:!0}}),n}();module.exports=ASTYWalk; |
@@ -404,4 +404,4 @@ /* | ||
/* global 0: false */ | ||
/* global 5: false */ | ||
/* global 20150215: false */ | ||
/* global 6: false */ | ||
/* global 20150221: false */ | ||
@@ -411,4 +411,4 @@ var version = { | ||
minor: 0, | ||
micro: 5, | ||
date: 20150215 | ||
micro: 6, | ||
date: 20150221 | ||
}; | ||
@@ -415,0 +415,0 @@ |
{ | ||
"name": "asty", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -32,7 +32,7 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "data", "structure" ], | ||
"babelify": "~5.0.3", | ||
"minifyify": "~6.1.0", | ||
"minifyify": "~6.2.2", | ||
"browserify-header": "~0.9.1", | ||
"browserify-derequire": "~0.9.1", | ||
"browserify-derequire": "~0.9.2", | ||
"browserify-replace": "~0.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
94157