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

servie

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

servie - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

4

dist/headers.d.ts
export declare type HeaderValue = string | string[];
export declare type HeadersObject = Record<string, HeaderValue | undefined>;
export declare type HeadersObject = Record<string, HeaderValue>;
export declare type HeaderTuple = [string, HeaderValue];

@@ -12,3 +12,3 @@ export declare type HeaderValueInput = number | string | Array<number | string>;

export declare class Headers {
object: Record<string, string | string[]>;
object: HeadersObject;
constructor(init?: HeadersInit);

@@ -15,0 +15,0 @@ set(headerName: string, value: HeaderValueInput): void;

{
"name": "servie",
"version": "4.3.0",
"version": "4.3.1",
"description": "Standard HTTP interfaces for HTTP clients and servers in node.js and browsers",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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