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

sh-syntax

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sh-syntax - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/processor.js

@@ -43,3 +43,3 @@ import { __awaiter } from "tslib";

if (typeof textOrAst !== 'string') {
argv.push('-ast=' + JSON.stringify(textOrAst));
argv.push('-ast=ast');
if (originalText == null) {

@@ -46,0 +46,0 @@ console.warn('`originalText` is required for now, hope we will find better solution later');

{
"name": "sh-syntax",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A WASM shell parser and formatter with bash support, based on mvdan/sh",

Sorry, the diff of this file is not supported yet

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