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 0.1.0 to 0.1.1

4

dist/index.d.ts

@@ -66,3 +66,3 @@ import { Readable } from 'stream';

private _bytesTransferred;
constructor({trailers, headers, events, body}: CommonOptions);
constructor({trailers, headers, events, body}?: CommonOptions);
finished: boolean;

@@ -153,3 +153,3 @@ started: boolean;

statusText: string | undefined;
constructor(request: Request, options: ResponseOptions);
constructor(request: Request, options?: ResponseOptions);
setTimeout(ms: number): void;

@@ -156,0 +156,0 @@ toJSON(): {

@@ -165,3 +165,3 @@ "use strict";

function Common(_a) {
var trailers = _a.trailers, headers = _a.headers, events = _a.events, body = _a.body;
var _b = _a === void 0 ? {} : _a, trailers = _b.trailers, headers = _b.headers, events = _b.events, body = _b.body;
this._bodyUsed = true;

@@ -500,2 +500,3 @@ this._started = false;

function Response(request, options) {
if (options === void 0) { options = {}; }
var _this = _super.call(this, options) || this;

@@ -502,0 +503,0 @@ _this.request = request;

{
"name": "servie",
"version": "0.1.0",
"version": "0.1.1",
"description": "Standard HTTP interfaces",

@@ -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