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

@bit-js/blitz

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bit-js/blitz - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

3

lib/types.d.ts
/// <reference types="node" />
/// <reference types="bun-types" />
import { type Context as BaseContext } from './internal/tree/types';

@@ -32,3 +33,3 @@ /**

export interface Context<Params> {
headers: Record<string, string | string[]>;
headers: Headers | string[][] | Record<string, string>;
status: number;

@@ -35,0 +36,0 @@ statusText: string;

{
"name": "@bit-js/blitz",
"main": "lib/index.js",
"version": "1.3.3",
"version": "1.3.4",
"type": "module",

@@ -6,0 +6,0 @@ "devDependencies": {

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