axios-mock-shim
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "axios-mock-shim", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A plugin build for easily using axios-mock-adapter with axios", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -55,2 +55,6 @@ export interface MockAdapterOptions { | ||
export declare function createAxios(); | ||
export declare function createAPIHandler(); | ||
export * from 'axios'; |
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
49586
302