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.13.4 to 1.13.5

4

Gruntfile.js
/*
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -35,3 +35,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining

options: {
configFile: "eslint.yaml"
overrideConfigFile: "eslint.yaml"
},

@@ -38,0 +38,0 @@ "asty-astq": [ "src/**/*.js", "tst/**/*.js" ]

/*
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -30,3 +30,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining

** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -61,5 +61,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining

const ASTQAdapter = class ASTQAdapter {
taste()
/* node */
{
taste() {
return true;

@@ -66,0 +64,0 @@ }

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

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

"devDependencies": {
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-browserify": "5.3.0",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
"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",
"grunt-eslint": "24.0.0",
"@babel/core": "7.18.2",
"eslint": "8.16.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"mocha": "8.2.1",
"chai": "4.2.0",
"mocha": "10.0.0",
"chai": "4.3.6",
"babelify": "10.0.0",
"@babel/preset-env": "7.12.11",
"@babel/preset-env": "7.18.2",
"uglifyify": "5.0.2",
"browserify-header": "1.0.1",
"browserify-derequire": "1.0.1"
"browserify-header": "1.1.0",
"browserify-derequire": "1.1.1"
},
"dependencies": {
"asty": "1.8.14",
"astq": "2.7.5"
"asty": "1.8.17",
"astq": "2.7.8"
},

@@ -46,0 +45,0 @@ "engines": {

@@ -79,3 +79,3 @@

Copyright (c) 2014-2021 Dr. Ralf S. Engelschall (http://engelschall.com/)
Copyright (c) 2014-2022 Dr. Ralf S. Engelschall (http://engelschall.com/)

@@ -82,0 +82,0 @@ Permission is hereby granted, free of charge, to any person obtaining

/*
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

/*
** ASTy-ASTq -- Abstract Syntax Tree With Integrated Query Engine
** Copyright (c) 2014-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

Sorry, the diff of this file is not supported yet

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