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.0.2 to 4.0.3

3

dist/index.d.ts

@@ -5,4 +5,7 @@ import { Request as NodeRequest, Response as NodeResponse, Body as NodeBody } from "./node";

export * from "./signal";
export declare type Body = NodeBody | BrowserBody;
export declare const Body: typeof NodeBody | BrowserBody;
export declare type Request = NodeRequest | BrowserRequest;
export declare const Request: typeof NodeRequest | typeof BrowserRequest;
export declare type Response = NodeResponse | BrowserResponse;
export declare const Response: typeof NodeResponse | typeof BrowserResponse;

2

package.json
{
"name": "servie",
"version": "4.0.2",
"version": "4.0.3",
"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