Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asty

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asty - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

bower.json
{
"name": "asty",
"version": "1.2.1",
"version": "1.2.2",
"description": "Abstract Syntax Tree (AST) Data Structure",

@@ -5,0 +5,0 @@ "main": "lib/asty.browser.js",

@@ -34,3 +34,3 @@ /*

},{}],5:[function(_dereq_,module,exports){
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:2,micro:1,date:20150801};exports["default"]=version,module.exports=exports["default"];
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:2,micro:2,date:20150818};exports["default"]=version,module.exports=exports["default"];
},{}],6:[function(_dereq_,module,exports){

@@ -37,0 +37,0 @@ "use strict";function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(exports,"__esModule",{value:!0});var _createClass=function(){function e(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}return function(n,t,a){return t&&e(n.prototype,t),a&&e(n,a),n}}(),ASTYWalk=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"walk",value:function(e,n){"undefined"==typeof n&&(n="downward");var t=function a(t,r,l){("downward"===n||"both"===n)&&e.call(null,t,r,l,"downward"),t.C.forEach(function(e){a(e,r+1,t)}),("upward"===n||"both"===n)&&e.call(null,t,r,l,"upward")};return t(this,0,null),this}}]),e}();exports["default"]=ASTYWalk,module.exports=exports["default"];

@@ -525,4 +525,4 @@ /*

/* global 2: false */
/* global 1: false */
/* global 20150801: false */
/* global 2: false */
/* global 20150818: false */

@@ -537,4 +537,4 @@ "use strict";

minor: 2,
micro: 1,
date: 20150801
micro: 2,
date: 20150818
};

@@ -541,0 +541,0 @@

{
"name": "asty",
"version": "1.2.1",
"version": "1.2.2",
"description": "Abstract Syntax Tree (AST) Data Structure",

@@ -25,10 +25,10 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "data", "structure" ],

"grunt-browserify": "~4.0.0",
"grunt-jscs": "~2.0.0",
"grunt-jscs": "~2.1.0",
"grunt-mocha-test": "~0.12.7",
"grunt-eslint": "~17.0.0",
"babel-eslint": "~4.0.5",
"grunt-eslint": "~17.1.0",
"babel-eslint": "~4.0.10",
"mocha": "~2.2.5",
"chai": "~3.2.0",
"babelify": "~6.1.3",
"minifyify": "~7.0.3",
"minifyify": "~7.0.5",
"browserify-header": "~0.9.2",

@@ -35,0 +35,0 @@ "browserify-derequire": "~0.9.4",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc