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.7.12 to 1.7.13

2

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:7,micro:4,date:20180330};exports.default=version;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:7,micro:13,date:20180610};exports.default=version;
},{}],6:[function(_dereq_,module,exports){

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

@@ -704,4 +704,4 @@ /*

/* global 7: false */
/* global 4: false */
/* global 20180330: false */
/* global 13: false */
/* global 20180610: false */

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

minor: 7,
micro: 4,
date: 20180330
micro: 13,
date: 20180610
};

@@ -715,0 +715,0 @@

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

@@ -21,3 +21,3 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "data", "structure" ],

"devDependencies": {
"grunt": "1.0.2",
"grunt": "1.0.3",
"grunt-cli": "1.2.0",

@@ -27,3 +27,3 @@ "grunt-contrib-clean": "1.1.0",

"grunt-mocha-test": "0.13.3",
"grunt-eslint": "20.1.0",
"grunt-eslint": "20.2.0",
"babel-eslint": "8.2.3",

@@ -30,0 +30,0 @@ "babel-core": "6.26.3",

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