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 2.1.2 to 2.1.3

2

dist/body/browser/index.d.ts

@@ -7,3 +7,3 @@ import { Body } from './base';

export { Body, EmptyBody, TextBody, ArrayBufferBody, StreamBody };
export declare type CreateBody = Body<any> | ReadableStream | ArrayBuffer | object | string | null;
export declare type CreateBody = Body<any> | ReadableStream | ArrayBuffer | object | string | null | undefined;
export declare function createBody(value?: CreateBody): Body<any>;

@@ -9,3 +9,3 @@ /// <reference types="node" />

export { Body, EmptyBody, TextBody, BufferBody, StreamBody };
export declare type CreateBody = Body<any> | Readable | Buffer | ArrayBuffer | object | string | null;
export declare type CreateBody = Body<any> | Readable | Buffer | ArrayBuffer | object | string | null | undefined;
export declare function createBody(value?: CreateBody): Body<any>;
{
"name": "servie",
"version": "2.1.2",
"version": "2.1.3",
"description": "Standard HTTP interfaces",

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

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