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.6 to 4.0.7

2

dist/common.d.ts

@@ -48,2 +48,3 @@ import { Headers, HeadersInit } from "./headers";

trailer: Promise<Headers>;
clone(): CommonRequest<T>;
}

@@ -66,2 +67,3 @@ /**

trailer: Promise<Headers>;
clone(): CommonResponse<T>;
}

6

dist/index.spec.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("./index");
describe('index', () => {
it('is a universal endpoint', () => {
const req = new index_1.Request('/');
describe("index", () => {
it("is a universal endpoint", () => {
const req = new index_1.Request("/");
const res = new index_1.Response(null);

@@ -8,0 +8,0 @@ expect(req).toBeInstanceOf(index_1.Request);

{
"name": "servie",
"version": "4.0.6",
"version": "4.0.7",
"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

Sorry, the diff of this file is not supported yet

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