Socket
Socket
Sign inDemoInstall

jsh

Package Overview
Dependencies
0
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.47.0 to 0.48.0

3

dist/index.d.ts
/// <reference types="node" />
import * as stream from "stream";
import * as path from "path";
import type { IncomingHttpHeaders } from "node:http";
export declare function setEntryScriptPath(scriptPath: string): void;

@@ -191,3 +192,3 @@ /**

body?: string | null;
headers: NodeJS.Dict<string | string[]>;
headers: IncomingHttpHeaders;
statusCode: number | undefined;

@@ -194,0 +195,0 @@ statusMessage: string | undefined;

{
"name": "jsh",
"version": "0.47.0",
"version": "0.48.0",
"description": "Helpers for Bash like shell scripting in JavaScript",

@@ -5,0 +5,0 @@ "author": "Brady Holt",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc