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.4.4 to 1.4.6

2

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

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

@@ -53,4 +53,3 @@ /*

options: {
config: "jscs.json",
esnext: true
config: "jscs.json"
},

@@ -57,0 +56,0 @@ files: {

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

},{}],5:[function(_dereq_,module,exports){
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:4,micro:4,date:20160519};exports["default"]=version;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:4,micro:6,date:20160627};exports["default"]=version;
},{}],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 a=0;a<n.length;a++){var t=n[a];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}return function(n,a,t){return a&&e(n.prototype,a),t&&e(n,t),n}}(),ASTYWalk=function(){function e(){_classCallCheck(this,e)}return _createClass(e,[{key:"walk",value:function(e){var n=arguments.length<=1||void 0===arguments[1]?"downward":arguments[1],a=function t(a,r,l){"downward"!==n&&"both"!==n||e.call(null,a,r,l,"downward"),a.C.forEach(function(e){t(e,r+1,a)}),"upward"!==n&&"both"!==n||e.call(null,a,r,l,"upward")};return a(this,0,null),this}}]),e}();exports["default"]=ASTYWalk;

@@ -620,4 +620,4 @@ /*

/* global 4: false */
/* global 4: false */
/* global 20160519: false */
/* global 6: false */
/* global 20160627: false */

@@ -627,4 +627,4 @@ var version = {

minor: 4,
micro: 4,
date: 20160519
micro: 6,
date: 20160627
};

@@ -631,0 +631,0 @@

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

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

"grunt-browserify": "~5.0.0",
"grunt-jscs": "~2.8.0",
"grunt-jscs": "~3.0.1",
"grunt-mocha-test": "~0.12.7",
"grunt-eslint": "~18.1.0",
"babel-eslint": "~6.0.4",
"mocha": "~2.4.5",
"babel-eslint": "~6.1.0",
"mocha": "~2.5.3",
"chai": "~3.5.0",

@@ -32,0 +32,0 @@ "babelify": "~7.3.0",

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