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

@mswjs/interceptors

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mswjs/interceptors - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

lib/createInterceptor.d.ts

@@ -23,4 +23,2 @@ /// <reference types="node" />

}
export declare type IsomophricRequest = IsomorphicRequest;
export declare type IsomophricResponse = IsomorphicResponse;
export interface MockedResponse extends Omit<Partial<IsomorphicResponse>, 'headers'> {

@@ -27,0 +25,0 @@ headers?: HeadersObject;

2

package.json
{
"name": "@mswjs/interceptors",
"description": "Low-level HTTP/HTTPS/XHR/fetch request interception library.",
"version": "0.8.0",
"version": "0.8.1",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts",

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