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.8.14 to 1.8.15

2

lib/asty.browser.js

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

},{}],5:[function(_dereq_,module,exports){
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var version={major:1,minor:8,micro:14,date:20210107},_default=version;exports.default=_default;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var version={major:1,minor:8,micro:15,date:20210922},_default=version;exports.default=_default;
},{}],6:[function(_dereq_,module,exports){

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

@@ -623,10 +623,10 @@ /*

/* global 14: false */
/* global 15: false */
/* global 20210107: false */
/* global 20210922: false */
const version = {
major: 1,
minor: 8,
micro: 14,
date: 20210107
micro: 15,
date: 20210922
};

@@ -633,0 +633,0 @@ var _default = version;

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

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

"devDependencies": {
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.0",
"grunt-browserify": "5.3.0",
"grunt-browserify": "6.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-eslint": "23.0.0",
"babel-eslint": "10.1.0",
"@babel/core": "7.12.10",
"eslint": "7.17.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-import": "2.22.1",
"@babel/core": "7.15.5",
"eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"mocha": "8.2.1",
"chai": "4.2.0",
"mocha": "9.1.1",
"chai": "4.3.4",
"babelify": "10.0.0",
"@babel/preset-env": "7.12.11",
"@babel/preset-env": "7.15.6",
"uglifyify": "5.0.2",
"browserify-header": "1.0.1",
"browserify-derequire": "1.0.1",
"browserify-replace": "1.0.1"
"browserify-header": "1.1.0",
"browserify-derequire": "1.1.1",
"browserify-replace": "1.1.0"
},

@@ -44,0 +44,0 @@ "engines": {

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