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

good-enough-parser

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

good-enough-parser - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

dist/cjs/query/matchers/tree-matcher.js

@@ -41,3 +41,3 @@ "use strict";

}
let upperCursor = this.walkDepth > 0 ? cursor.up : undefined;
let upperCursor = this.walkDepth > 1 ? cursor.up : undefined;
while (upperCursor && this.walkDepth > 0) {

@@ -44,0 +44,0 @@ rightCursor = upperCursor.right;

@@ -38,3 +38,3 @@ import { isTree } from '../../parser';

}
let upperCursor = this.walkDepth > 0 ? cursor.up : undefined;
let upperCursor = this.walkDepth > 1 ? cursor.up : undefined;
while (upperCursor && this.walkDepth > 0) {

@@ -41,0 +41,0 @@ rightCursor = upperCursor.right;

{
"name": "good-enough-parser",
"description": "Parse and query computer programs source code",
"version": "1.1.11",
"version": "1.1.12",
"repository": "git@github.com:zharinov/good-enough-parser.git",

@@ -6,0 +6,0 @@ "author": "Sergei Zharinov",

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