🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

unbash

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unbash - npm Package Compare versions

Comparing version
4.0.2
to
4.0.3
+1
-0
dist/lexer.d.ts

@@ -99,2 +99,3 @@ import type { DeferredCommandExpansion, ParseError, Word, WordPart } from "./types.ts";

private readHereDocBody;
private skipHereDocBody;
private parseHereDocBody;

@@ -101,0 +102,0 @@ private _wordText;

+8
-8
{
"name": "unbash",
"version": "4.0.2",
"version": "4.0.3",
"description": "Fast 0-deps bash parser written in TypeScript",

@@ -49,15 +49,15 @@ "keywords": [

"@ericcornelissen/bash-parser": "^0.5.3",
"@types/node": "^24.13.1",
"@types/node": "^24.13.3",
"bash-parser": "^0.5.0",
"mitata": "^1.0.34",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0",
"oxfmt": "^0.58.0",
"oxlint": "^1.73.0",
"remark": "^15.0.1",
"remark-preset-webpro": "^2.2.0",
"rolldown": "1.1.0",
"sh-syntax": "^0.5.8",
"rolldown": "1.1.5",
"sh-syntax": "^0.6.0",
"tree-sitter": "^0.25.0",
"tree-sitter-bash": "^0.25.1",
"typescript": "^6.0.3",
"web-tree-sitter": "^0.26.9"
"typescript": "^7.0.2",
"web-tree-sitter": "^0.26.11"
},

@@ -64,0 +64,0 @@ "remarkConfig": {

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