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.2 to 0.1.3

2

lib/processor.js

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

throw typeof processed.Error === 'string'
? new Error(processed.Error)
? new SyntaxError(processed.Error)
: new ParseError(processed.Error);

@@ -69,0 +69,0 @@ }

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

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

},
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"exports": {

@@ -19,3 +21,3 @@ "import": "./lib/index.js",

},
"types": "lib",
"types": "./lib/index.d.ts",
"files": [

@@ -22,0 +24,0 @@ "lib",

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