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

web-tree-sitter

Package Overview
Dependencies
Maintainers
8
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-tree-sitter - npm Package Compare versions

Comparing version 0.22.5 to 0.22.6

2

package.json
{
"name": "web-tree-sitter",
"version": "0.22.5",
"version": "0.22.6",
"description": "Tree-sitter bindings for the web",

@@ -5,0 +5,0 @@ "main": "tree-sitter.js",

@@ -98,4 +98,4 @@ declare module 'web-tree-sitter' {

fieldNameForChild(childIndex: number): string | null;
childrenForFieldName(fieldName: string, cursor: TreeCursor): Array<SyntaxNode>;
childrenForFieldId(fieldId: number, cursor: TreeCursor): Array<SyntaxNode>;
childrenForFieldName(fieldName: string): Array<SyntaxNode>;
childrenForFieldId(fieldId: number): Array<SyntaxNode>;
firstChildForIndex(index: number): SyntaxNode | null;

@@ -102,0 +102,0 @@ firstNamedChildForIndex(index: number): SyntaxNode | null;

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