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

fetchtest

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetchtest - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

dist/lib.d.ts
/// <reference types="node" />
import { RequestListener, Server } from 'http';
import { RequestOptions, Test } from "./Test";
import { RequestOptions, Test, BodyType } from "./Test";
export default function fetchtest(app: RequestListener | Server, defaultOptions?: RequestOptions): Test;
export { RequestOptions, BodyType };

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

};
declare type BodyType = Record<string, any>;
export declare type BodyType = Record<string, any>;
export declare class Test {

@@ -57,2 +57,1 @@ app: Server;

}
export {};
{
"name": "fetchtest",
"description": "A fetch wrapper for express testing",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "dist/lib.js",

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