@mswjs/interceptors
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -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; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
155116
2182