Socket
Socket
Sign inDemoInstall

app-sh

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-sh - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

dist/types/http-man.d.ts
/// <reference types="node" />
import { AppSh } from "./app-sh.js";
import { SseServer, SseServerOptions } from "./sse-server";
import { z } from "zod";
import * as http from "node:http";

@@ -80,5 +79,3 @@ export { SseServer, SseServerOptions };

}): Middleware;
static json(options?: {
zodInputValidator?: z.ZodTypeAny;
}): Middleware;
static json(): Middleware;
}
{
"version": "1.3.1",
"version": "1.3.2",
"name": "app-sh",

@@ -29,4 +29,3 @@ "description": "App Shell",

"dotenv": "^16.0.1",
"path-to-regexp": "^6.2.1",
"zod": "^3.20.2"
"path-to-regexp": "^6.2.1"
},

@@ -33,0 +32,0 @@ "scripts": {

dist/app-sh.cjs

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