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

asty-astq

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asty-astq - npm Package Compare versions

Comparing version 1.4.5 to 1.5.0

6

bower.json
{
"name": "asty-astq",
"version": "1.4.5",
"version": "1.5.0",
"description": "ASTy integration to ASTq",

@@ -13,4 +13,4 @@ "main": "lib/asty-astq.browser.js",

"dependencies": {
"asty": "~1.4.5",
"astq": "~1.7.0"
"asty": "~1.4.7",
"astq": "~1.8.0"
},

@@ -17,0 +17,0 @@ "ignore": [

@@ -28,3 +28,3 @@ /*

var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

@@ -66,3 +66,3 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }

/* define an ASTq adapter for ASTy */
var ASTQAdapter = (function () {
var ASTQAdapter = function () {
function ASTQAdapter() {

@@ -105,6 +105,6 @@ _classCallCheck(this, ASTQAdapter);

return ASTQAdapter;
})();
}();
/* define an ASTy super class hooking up ASTq to ASTy */
var ASTYASTQ = (function (_ASTY) {
var ASTYASTQ = function (_ASTY) {
_inherits(ASTYASTQ, _ASTY);

@@ -118,5 +118,4 @@

/* allow us to be called without "new" */
var _this = _possibleConstructorReturn(this, (ASTYASTQ.__proto__ || Object.getPrototypeOf(ASTYASTQ)).call(this));
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(ASTYASTQ).call(this));
if (!(_this instanceof ASTYASTQ)) return _ret = new ASTYASTQ(), _possibleConstructorReturn(_this, _ret);

@@ -127,5 +126,4 @@

/* create an ASTq instance, able to operate on ASTy */
var _this = _possibleConstructorReturn(this, (ASTYASTQ.__proto__ || Object.getPrototypeOf(ASTYASTQ)).call(this));
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(ASTYASTQ).call(this));
var astq = new ASTQ();

@@ -144,3 +142,3 @@ astq.adapter(new ASTQAdapter());

return ASTYASTQ;
})(ASTY);
}(ASTY);

@@ -147,0 +145,0 @@ /* export us as an ASTy super class */

{
"name": "asty-astq",
"version": "1.4.5",
"version": "1.5.0",
"description": "Abstract Syntax Tree With Integrated Query Engine",

@@ -25,7 +25,7 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "query", "engine", "integration", "asty", "astq" ],

"grunt-browserify": "~5.0.0",
"grunt-mocha-test": "~0.12.7",
"mocha": "~2.5.3",
"grunt-mocha-test": "~0.13.2",
"mocha": "~3.1.0",
"chai": "~3.5.0",
"babelify": "~7.3.0",
"babel-preset-es2015": "~6.9.0",
"babel-preset-es2015": "~6.16.0",
"minifyify": "~7.3.3",

@@ -36,5 +36,5 @@ "browserify-header": "~0.9.2",

"dependencies": {
"asty": "~1.4.5",
"astq": "~1.7.0"
"asty": "~1.4.7",
"astq": "~1.8.0"
}
}

Sorry, the diff of this file is too big to display

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