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

astq

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astq - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

2

package.json
{
"name": "astq",
"version": "2.7.0",
"version": "2.7.1",
"description": "Abstract Syntax Tree (AST) Query Engine",

@@ -5,0 +5,0 @@ "keywords": [ "abstract", "syntax", "tree", "query", "engine", "adaptable" ],

@@ -33,3 +33,6 @@ /*

static getParentNode (node /*, type */) {
throw new Error("UniST AST does not support parent node traversal")
if (typeof node.parent === "object" && node.parent !== null)
return node.parent
else
throw new Error("Your UniST AST does not support parent node traversal")
}

@@ -36,0 +39,0 @@ static getChildNodes (node /*, type */) {

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

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

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